Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marcosoliveira91/delivery-scheduling
https://github.com/marcosoliveira91/delivery-scheduling
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/marcosoliveira91/delivery-scheduling
- Owner: marcosoliveira91
- Created: 2024-06-02T15:20:09.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-06-02T15:22:51.000Z (7 months ago)
- Last Synced: 2024-06-14T17:46:53.956Z (6 months ago)
- Language: TypeScript
- 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
```