added Serializer & Manager classes
This commit is contained in:
parent
d76110d06b
commit
2219ea93bf
24 changed files with 254 additions and 111 deletions
|
|
@ -15,6 +15,8 @@ services:
|
|||
|
||||
api:
|
||||
build: backend/api
|
||||
depends_on:
|
||||
- db
|
||||
container_name: express-api
|
||||
ports:
|
||||
- "${EXPRESS_PORT}:3000"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue