Skip to content

EvilCoreS/level4.2

Repository files navigation

First time installation

 # npm ci
 $ make install
 
 # run this for create .env
 $ make copy-env
 # go to .env file and fill all variables
 # when everything is ready
 # run this for start building image
 $ make docker-build

Running the app

# up docker containers
$ make docker-up

Database management

# start migrations
$ make migrate

# delete migrations
$ make rollback

# generate migrations
$ make generate

#linux-only fast update migration file and start migrate
# use it when you update or create new entity
$ make re-migrate

eslint --fix

$ make format

About

level4.2 in shpp m-web-nodejs course

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages