- node
- express
- nodemon
- axios
- cors
- postgres
Start by running
npm start
Or run the development enviroment
npm run dev
- model, controller, database
- user routes
- api routes
- Clone this repository to your local machine
- Run npm install in your project directory to get all necessary node modules to run the project.
- Request the .env file from one of the owners to get the necessary configurations.
- Place the .env file in the root of the project folder.
- Run npm start to begin the fun!
If you do plan on making changes to the project, make sure you create a new branch and make a pull request first.
We have protected our code branches and require a pull request review before merging code.