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

https://github.com/hunga9k50doker/setail


https://github.com/hunga9k50doker/setail

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# setail
### Account admin (view only): admin/123123
### To access to admin page, you can access to router: ```/admin```
## Setup:
- clone git: ```git clone https://github.com/Hunga9k50doker/setail.git```
- install modules:
client: ```cd frontend && npm install --legacy-peer-deps```,
sever: ```cd backend && npm install```

- run app:
client: ```npm start```,
sever: ```npm run dev```