This is BackEnd Repository of AppStore, a service for self-diagnosis of separation anxiety that can be used by dogs and humans together.
- Typescript
- Nest.js
- Typeorm
- MySQL
src
βββ app # App module
βββ core # controllers
βββ account # dto & entity & controller & service & repository
βββ auth # dto & entity & controller & service & repository
βββ calendar # dto & entity & controller & service & repository
βββ content # dto & entity & controller & service & repository
βββ hospital # dto & entity & controller & service & repository
βββ survey # dto & entity & controller & service & repository
βββ global # config
βββ config # config
βββ entities # BaseElementEntity
βββ jwt # JWT logic
βββ typeorm # Typeorm logic
βββ utils # exception logic & logger logic
βββ main.ts # App entry point
- Install Node.js.
- Refer to the
.mock.env
file and create the.env
file in the root directory.
yarn install
yarn vuild
yarn start:prod
This project is licensed under the MIT License - see the LICENSE file for details.