Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 478 Bytes

README.md

File metadata and controls

38 lines (25 loc) · 478 Bytes

CRUD made in TypeScript, Sqlite, Express, PrismaORM

Installation

git clone https://github.com/allanpereira99/typescript-crud-app.git .
cd typescript-crud-app/
npm install

Configuration

Follow the .env.example to assemble your .env

npx prisma generate
npx prisma migrate dev --name init

Build

npm run build

Start

npm run start

License

none

Author

Allan Pereira