A carpooling application API that provides drivers with the ability to create ride offers and passengers to join available ride offers.
To install, type npm install
in the command shell.
To run, type npm start
in the command shell.
To run tests, type npm test
in the command shell
The following technologies are currently being used in the development of the application:
- NodeJS
- Express
- Babel
- Body-parser
- Mocha, Chai and Nyc (for testing)
- PostgreSQL(Database)
- JWT(Authentication/Authorization)
- Bcrypt(Password Encryption)
- Cors
- Swagger-UI(Documentation)
- ESLint(Linting Library)
- Dotenv(Environmental Variables)
- Cross-env