![]() # Conflicts: # backend/src/controllers/classes.ts # backend/src/controllers/students.ts # backend/src/data/users/teacher-repository.ts # backend/src/interfaces/assignment.ts # backend/src/interfaces/teacher.ts # backend/src/routes/classes.ts # backend/src/services/assignments.ts # backend/src/services/class.ts # backend/src/services/students.ts # backend/src/util/translation-helper.ts |
||
---|---|---|
.. | ||
_i18n | ||
src | ||
tests | ||
.env.development.example | ||
.env.example | ||
.env.test | ||
config.ts | ||
eslint.config.ts | ||
package.json | ||
README.md | ||
tsconfig.json | ||
vitest.config.ts |
dwengo-1-backend
Project setup
npm install
Setup the environment variables in a .env
file in the root of the project. You can use the .env.example
file as a template.
Development
npm run dev
Production
npm run build
npm run start