Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marcosoliveira91/delivery-scheduling
Simple delivery scheduling app
https://github.com/marcosoliveira91/delivery-scheduling
backend controller-service-repository-pattern crud docker-compose fastify mongodb mongoose nodejs rest-api swagger
Last synced: 23 days ago
JSON representation
Simple delivery scheduling app
- Host: GitHub
- URL: https://github.com/marcosoliveira91/delivery-scheduling
- Owner: marcosoliveira91
- Created: 2024-06-02T15:20:09.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-06-02T15:22:51.000Z (8 months ago)
- Last Synced: 2024-11-08T14:48:39.475Z (3 months ago)
- Topics: backend, controller-service-repository-pattern, crud, docker-compose, fastify, mongodb, mongoose, nodejs, rest-api, swagger
- Language: TypeScript
- Homepage:
- Size: 406 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Delivery Scheduling
This monorepo project contains two packages:
1. [web-app]:delivery-scheduling-app
2. [server]:delivery-schedule-service
- API documentation available at `GET /docs`
- Health endpoint available at `GET /health`
- Postman example collection available [here](https://gitlab.com/marcosoliveira91/delivery-scheduling/-/wikis/Postman-Collection)
You just need to follow the instructions to run it locally.```
npm ci
npm run build
```and then to run each app:
```
npm run start:server
```
```
npm run start:webapp
```