Skip to content

Latest commit

 

History

History
51 lines (33 loc) · 533 Bytes

File metadata and controls

51 lines (33 loc) · 533 Bytes

Folder Structure

Infrastructure

Configuration a whole initialize application

Controller

Request & response from client

Service

Bussiness logic

Models

Represent object request and response like a mapper

Validation

Support request to bussiness logic

Install

git clone
cd mtodos
npm install
npx tsc

How to run

npm install
npx prisma migrate dev
npx prisma generate
npm run build
npm run start

How to run dev

npm run dev

Environment

APP_PORT= DATABASE_URL=