Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/harshpatel5940/ezms-backend

A Simple and Robust API made using nestJs (For Educational Purpose)
https://github.com/harshpatel5940/ezms-backend

cms cms-backend hacktoberfest nestjs prisma typescript

Last synced: 21 days ago
JSON representation

A Simple and Robust API made using nestJs (For Educational Purpose)

Awesome Lists containing this project

README

        


EzMs Backend


A Simple, versatile and Robust CMS API made using NestJs, Prisma and Supabase!



EzMs Banner

## Installation

1. Install the dependencies

```bash
pnpm i
```

2. Generate Schema Types
```
pnpm dlx prisma generate
```

3. 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

4. Explore the Endpoints in the [postman collection here](https://documenter.getpostman.com/view/24323329/2sA2xiXCKs)

---
To Start Development Server

```bash
pnpm run dev
```

To Start Production Server

```bash
pnpm run start
```

## License

EzMs is [MIT licensed](LICENSE).