To get a copy of this project up and running on your local machine for testing and development, you would need to have a minimum of the listed prerequisites installed on your local machine.
You must have
-
Node.js (v8.12.0 or higher) and npm (6.4.1 or higher) installed on your local machine. Run
node -v
andnpm -v
in your terminal to confirm that you have them installed -
GIT and Bash
To get started, clone this repository on your local machine using the following steps:
Open your terminal and navigate to the folder you want the project to be and enter the the following commands:
npm ci
Create a .env
file and add the environment variables described in the .env.sample file.
npm run dev
npm start
npm run migrate:up
npm run migrate:down
- Node JS
- Express
- Postgres
Postman Documentation: https://documenter.getpostman.com/view/14860785/UVRAHRrm
App Hosted on Heroku: https://onboarding-api.herokuapp.com/api/v1/
Send me an email if you have any questions 📥