- Install the dependencies
pnpm i
- Generate Schema Types
pnpm dlx prisma generate
-
Make sure to
- Create a .env file in the root directory
- Run
pnpm devdb:reset
so it runs all the dev migrations and push it to the database - Check the
package.json
file for more scripts, so you can use docker and other stuff
-
Explore the Endpoints in the postman collection here
To Start Development Server
pnpm run dev
To Start Production Server
pnpm run start
EzMs is MIT licensed.