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.envfile and create the.env&.env.dev&env.examplefile in the root directory.
yarn install
yarn startThis project is licensed under the MIT License - see the LICENSE file for details.