This is BackEnd Repository of CODERO, a service that you can freely ask questions about difficult parts or questions about your major.
- Javascript
- Node.js
- Express
- Sequelize
- MySQL
src
├── config # environment variables and configuration
├── controllers # controllers
├── middleware # middlewares
├── models # database models
├── routes # routes
└── app.js # App entry point
- Install Node.js.
- Refer to the
.mock.env
file and create the.env
&.env.dev
&env.example
file in the root directory.
yarn install
yarn start
This project is licensed under the MIT License - see the LICENSE file for details.