Node.js back end for Super Rent car rental company
Follow the instructions below if you want to get the project running on your local machine.
-
Install Node LTS, which will also install NPM (you should be able to execute
node --version
andnpm --version
in your terminal) -
Clone this repository:
git clone https://github.com/chuntonggao/super-rent-backend.git
-
Place the
config.env
file in the project root directory (Do NOT ever share this file with anyone because it contains sentitive information like database password)
Once your environment is configured, in the project root directory:
-
npm install
to download the project's dependencies -
npm run dev
to start the server in development mode