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.