Skip to content

Starter boilerplate for typescript projects using nodemon.

Notifications You must be signed in to change notification settings

ariym/base-express

Repository files navigation

base-express

Starter boilerplate

Getting started

npm i

# creates .db file with the name in .env of the type in schema.prisma
npx prisma migrate dev --name init

cp env.template .env

npm run dev

Docker

# Create Docker Image
docker build -t base-express .

# Run Docker Image
docker run -p 3000:3000 -d base-express

Made With

  • Typescript
  • Express
  • Prisma
  • dotenv
  • multer

About

Starter boilerplate for typescript projects using nodemon.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published