first commit
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
## Backend
|
||||
# Dev
|
||||
npm run dev
|
||||
http://localhost:3000
|
||||
|
||||
# Prod
|
||||
npm run start
|
||||
|
||||
## Frontend
|
||||
# Dev
|
||||
ng serve
|
||||
http://localhost:4200
|
||||
|
||||
## Docker Database Dev
|
||||
```bash
|
||||
docker-compose -f docker-compose-dev.yml build
|
||||
docker-compose -f docker-compose-dev.yml up
|
||||
```
|
||||
Reference in New Issue
Block a user