.. | ||
config/db | ||
src | ||
tests | ||
.env.example | ||
eslint.config.ts | ||
package-lock.json | ||
package.json | ||
README.md | ||
tsconfig.json |
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