This is a NodeJs project that provides an API to create routes for Uber-like applications. It uses Jest for testing and Clean Architecture principles to separate the application layers.
- Create a route
- Get a route
- Get all routes
- Node.js (version 16 or higher)
- Pnpm (version 6 or higher)
git clone https://github.com/andre-ols/simple-uber-api.git
pnpm install
- Run the application
pnpm express
- Run the tests
pnpm test