Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```