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

https://github.com/fullstack-hy2020/patientor


https://github.com/fullstack-hy2020/patientor

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Patientor frontend

### Getting started
- To get the app running just install its dependencies with ```npm install``` and run it with ```npm run dev```.
- The app should work without a backend, but make sure that the request made to ```/api/ping``` made on startup is successful before continuing.