/super-rent-backend

Node.js backend for CPSC 304 project super rent

Primary LanguageJavaScript

Super Rent Back End

main-color

main-transparent

Node.js back end for Super Rent car rental company

Instructions for local development

Follow the instructions below if you want to get the project running on your local machine.

Configure your environment

  1. Install Node LTS, which will also install NPM (you should be able to execute node --version and npm --version in your terminal)

  2. Clone this repository: git clone https://github.com/chuntonggao/super-rent-backend.git

  3. 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)

Run the server in development mode

Once your environment is configured, in the project root directory:

  1. npm install to download the project's dependencies

  2. npm run dev to start the server in development mode