Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Ari committed Aug 11, 2023
1 parent 82de992 commit eabedf4
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,23 @@

Starter boilerplate

* Typescript
* ExpressJS
* Prisma
* dotenv
* multer

## Getting started

```bash
```text
npm i
prisma generate
# 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
```

## Made With

* Typescript
* ExpressJS
* Prisma
* dotenv
* multer

0 comments on commit eabedf4

Please sign in to comment.