Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yaroslavtsebro/tag-certificates
simple certificates app
https://github.com/yaroslavtsebro/tag-certificates
docker jwt-auth nestjs react rest-api typeorm
Last synced: 6 days ago
JSON representation
simple certificates app
- Host: GitHub
- URL: https://github.com/yaroslavtsebro/tag-certificates
- Owner: yaroslavTsebro
- Created: 2023-11-16T10:04:52.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2023-12-05T17:22:43.000Z (12 months ago)
- Last Synced: 2023-12-05T18:35:52.726Z (12 months ago)
- Topics: docker, jwt-auth, nestjs, react, rest-api, typeorm
- Language: TypeScript
- Homepage:
- Size: 813 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tag-certificates
1. 2 tokens auth
2. 2 roles (admin, user)
3. crud for certificates and tag# how to run
back-end:
```
1. set up .env file
2. docker-compose-up
```front-end:
```
1. yarn run dev
```