Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andre-ols/simple-uber-api
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.
https://github.com/andre-ols/simple-uber-api
Last synced: 4 days ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/andre-ols/simple-uber-api
- Owner: andre-ols
- License: mit
- Created: 2023-06-23T19:07:08.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-06-23T19:16:06.000Z (over 1 year ago)
- Last Synced: 2024-11-13T16:50:44.636Z (2 months ago)
- Language: TypeScript
- Size: 57.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Simple Uber-like API based on Clean Architecture
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.
## Features
- Create a route
- Get a route
- Get all routes## Prerequisites
- Node.js (version 16 or higher)
- Pnpm (version 6 or higher)## Installation
```bash
git clone https://github.com/andre-ols/simple-uber-api.gitpnpm install
```## Usage
1. Run the application
```bash
pnpm express
```2. Run the tests
```bash
pnpm test
```