Skip to content

Latest commit

 

History

History
74 lines (54 loc) · 2.74 KB

README.md

File metadata and controls

74 lines (54 loc) · 2.74 KB

appstore-backend


logo

This is BackEnd Repository of AppStore, a service for self-diagnosis of separation anxiety that can be used by dogs and humans together.

Tech Stack

  • Typescript
  • Nest.js
  • Typeorm
  • MySQL

Project Structure

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

Getting Started

Prerequisites

  • Install Node.js.
  • Refer to the .mock.env file and create the .env file in the root directory.

Run

yarn install
yarn vuild
yarn start:prod

License

This project is licensed under the MIT License - see the LICENSE file for details.

Backend Developing Member

[ 👨‍👩‍👦‍👦 AppStore Backend Developing Member ]
⌨️ Backend Developer ⌨️