Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/txstate-etc/fp-api
https://github.com/txstate-etc/fp-api
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/txstate-etc/fp-api
- Owner: txstate-etc
- Created: 2018-02-28T19:33:41.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-04-10T21:33:14.000Z (10 months ago)
- Last Synced: 2024-11-08T14:57:08.109Z (3 months ago)
- Language: JavaScript
- Size: 226 KB
- Stars: 1
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# fp-api
This API backend works with a seperate view layer found under [fp-view](https://github.com/txstate-etc/fp-view.git).
**To get started**:
```sh
npm install
npm start
```Better yet, if you can run the following command in dependent repos or here if you're doing a stand-alone review of the API:
`docker compose up --build`