# LetsUpgrade Backend

This is the server skeleton for any backend projects that will be users under LetsUpgrade Labs. It is written in Node.js.

## Dependencies

* [Node.js](https://nodejs.org/en/)
* [NPM](https://www.npmjs.com/)

## How to set up and run the project

1. Install the dependencies with npm install.
2. Create the env files with all the required variables.
3. Guide to the project.
4. Enter nodemon server to spin up the server .

