Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brunomartinscorrea/quickstart-nest
https://github.com/brunomartinscorrea/quickstart-nest
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/brunomartinscorrea/quickstart-nest
- Owner: BrunoMartinsCorrea
- License: mit
- Created: 2023-07-23T14:14:41.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-14T02:11:29.000Z (about 2 months ago)
- Last Synced: 2024-11-14T03:19:44.829Z (about 2 months ago)
- Language: HTML
- Homepage:
- Size: 914 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Turbo Monorepo with NestJs serving a React app
## Installing dependencies
```
npm install
```## Running locally
This will run NestJs at _http://localhost:3000_ and React at _http://localhost:5173_
```
npm run dev
```## Building
NestJs will serve the react build
```
npm run build
```## Database Diagram
[DBML](https://dbdiagram.io/d/64e3a1d802bd1c4a5e252331)