- Express.js
- TypeScript
- Sequelize
- PostgreSQL
- Simple data validation using Ajv
- Simple image streaming
You can reference .env.example
.
NODE_ENV=development
PORT=3000
DB_DIALECT=postgres
DB_HOST=localhost
DB_NAME=todolist
DB_USERNAME=
DB_PASSWORD=
You need to change DB_USERNAME
and DB_PASSWORD
for your PostgreSQL Database.
Then, you can make .env
in the root directory.
If you want to clone this repo, go to the command line and run:
git clone git@github.com/todo-Betterteam-BE.git
cd todo-Betterteam-BE
Prefer to use pnpm
pnpm i # yarn install
pnpm dev # yarn dev