A progressive Node.js framework for building efficient and scalable server-side applications.
Project on NestJs, JWT, Postgres, Redis base
βββ backend/ # Backend system
βββ frontend/ # Frontend system
βββ docs # Documents for project and images for README.md
βββ README.md # Project documentation (this file)
βββ docker-compose.yaml # Manager containers
βββ .gitignore # Block files when push github
For Backend
# into backend folder
$ cd backend
# setup project
$ npm install
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod
For Frontend
# setup project
$ npm install
# run frontend
$ npm run start
# create and run
docker-compose up --build
# delete
docker-compose down -v
If there is any error or need support, please message me Facebook
Nest is MIT licensed.