AVAILABLE AT: https://trip-pin-points-auth.com
API Documentation: https://app.swaggerhub.com/apis-docs/otaviojacobi/trip-pin-points-auth/1.0.1
- In the project root run
npm install
to install all dependencies - Start the postgresql database
- Set a the following environment variables pointing to your postgresql db
RDS_USERNAME=postgres_username_here RDS_PASSWORD=postgres_password_here RDS_HOSTNAME=localhost RDS_PORT=5432 RDS_DB_NAME=postges_db_name_here
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3001 to view it in the browser.
Launches all unit tests, test coverage and linter.
Launches unit tests with tape and linter, no coverage.
Launches unit test coverage.
Launches only linter.
Launches linter fix mode.