π‘ μλΉμ€ μκ°: μΉκ΅¬λ€κ³Ό ν¨κ» μ±λ¦°μ§λ₯Ό λ§λ€κ³ , λ§λ μ±λ¦°μ§λ₯Ό κ°μ΄ μννλ μλΉμ€
- TypeScript
- Node.js
- Express
- TypeORM
- MySQL
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- Install Node.js.
- Refer to the
.mock.envfile and create the.env&.env.devfile in the root directory.
development mode
yarn install
yarn devproduction mode
yarn install
yarn build
yarn startThis project is licensed under the MIT License - see the LICENSE file for details.