Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/harshpatel5940/ezms-backend
- Owner: HarshPatel5940
- License: mit
- Created: 2023-06-15T09:59:58.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-21T07:55:30.000Z (6 months ago)
- Last Synced: 2024-07-21T08:55:47.217Z (6 months ago)
- Topics: cms, cms-backend, hacktoberfest, nestjs, prisma, typescript
- Language: TypeScript
- Homepage: https://documenter.getpostman.com/view/24323329/2sA2xiXCKs
- Size: 546 KB
- Stars: 5
- Watchers: 2
- Forks: 6
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## 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 stuff4. 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).