Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://gitlab.com/marcosoliveira91/delivery-scheduling
https://gitlab.com/marcosoliveira91/delivery-scheduling
fastify fullstack lerna mongo mongoose nextjs nodejs react typescript
Last synced: 25 days ago
JSON representation
- Host: gitlab.com
- URL: https://gitlab.com/marcosoliveira91/delivery-scheduling
- Owner: marcosoliveira91
- Created: 2021-07-01T20:39:11.322Z (over 3 years ago)
- Default Branch: main
- Last Synced: 2022-09-17T06:23:53.143Z (about 2 years ago)
- Topics: fastify, fullstack, lerna, mongo, mongoose, nextjs, nodejs, react, typescript
- Stars: 0
- Forks: 0
- Open Issues:
-
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
```