Skip to content

DSM-ROC/DSM-ROC_Backend

Repository files navigation

DSM-ROC_Backend

Project Introduction

💡 서비스 소개: 친구들과 함께 챌린지를 만들고, 만든 챌린지를 같이 수행하는 서비스

Tech Stack

  • TypeScript
  • Node.js
  • Express
  • TypeORM
  • MySQL

Project Structure

src
├── config              # environment variables and configuration
├── constants           # constants
├── controllers         # controllers
├── entity              # database entities
├── loaders             # startup process modules
├── middlewares         # middlewares
├── repositories        # repositories
├── routes              # router
├── services            # services
├── shared              # shared
├── utils               # utility functions
├── app.ts              # App entry point
└── ormconfig.ts        # ORMConfig

Getting Started

Prerequisites

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

Run

development mode

yarn install
yarn dev

production mode

yarn install
yarn build
yarn start

License

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

Project Member

[ 👨‍👩‍👦‍👦 DSM-ROC Backend Developer Member ]
⌨️ Backend Developer ⌨️

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages