Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```