Skip to content

nestjs-based backend server to be used in the 2021 20th AppJam 😽

License

Notifications You must be signed in to change notification settings

aaronson-archive/appstore-backend

Repository files navigation

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 ⌨️

About

nestjs-based backend server to be used in the 2021 20th AppJam 😽

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published