/TypeScript-Restful-API

express+typescript+prisma+routing-controllers+typedi+postgresql

Primary LanguageTypeScript

TypeScript-Restful-API

express+typescript+prisma+routing-controllers+typedi+postgresql

Usage

1. Install dependencies

npm install

2. Create .env file

3. Connect to database

4. Init database

npm run db

5. Run server

npm run start