https://github.com/udofia2/melanin_god
Documentation
https://github.com/udofia2/melanin_god
authentication authorization docker nestjs prisma role role-based-access-control role-management
Last synced: 2 months ago
JSON representation
Documentation
- Host: GitHub
- URL: https://github.com/udofia2/melanin_god
- Owner: udofia2
- Created: 2024-10-21T13:07:57.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2024-10-22T01:24:30.000Z (7 months ago)
- Last Synced: 2025-02-08T23:45:48.051Z (4 months ago)
- Topics: authentication, authorization, docker, nestjs, prisma, role, role-based-access-control, role-management
- Language: TypeScript
- Homepage: https://melanin-god.onrender.com/api
- Size: 131 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://www.youtube.com/watch?v=WDYDNU91T84)
[Video Demo](https://www.youtube.com/watch?v=WDYDNU91T84) This is the direct link to the video demo.
[Documentation](https://melanin-god.onrender.com/api) Link to the Documentation
[Health Check](https://melanin-god.onrender.com) Link to check the health status of the server
## Admin Login Credentials
- email: [email protected]
- password: password123## Description
[Nest](https://github.com/nestjs/nest) framework TypeScript starter repository.
## Project setup
```bash
$ yarn install
```## Compile and run the project
```bash
# development
$ yarn run start# watch mode
$ yarn run start:dev# production mode
$ yarn run start:prod
```## Run tests
```bash
# unit tests
$ yarn run test# e2e tests
$ yarn run test:e2e# test coverage
$ yarn run test:cov
```
## Run Database commands```bash
# database migration
$ yarn prisma:migrate# generate
$ yarn prisma:generate# reset database
$ yarn db:reset# start prisma studio
$ yarn prisma:studio
```