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

https://github.com/maestroerror/rdbr-task-front


https://github.com/maestroerror/rdbr-task-front

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          

# RDBR-task-front

## Installation
Define api url in public/config.json file, like: "http://localhost:8000/api/"
```
git clone https://github.com/MaestroError/RDBR-task-front.git
cd RDBR-task-front
npm install
npm run serve
// OR
npm run build
```
### Back-end
* [RDBR-task-back](https://github.com/MaestroError/RDBR-task-back)