Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kritzcreek/frost-backend
Backend for the (F)unctional (R)eactive (O)pen (S)pace (T)imetable
https://github.com/kritzcreek/frost-backend
Last synced: about 1 hour ago
JSON representation
Backend for the (F)unctional (R)eactive (O)pen (S)pace (T)imetable
- Host: GitHub
- URL: https://github.com/kritzcreek/frost-backend
- Owner: kritzcreek
- License: mit
- Created: 2015-02-05T14:15:19.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-08-23T23:13:44.000Z (about 9 years ago)
- Last Synced: 2024-10-11T23:55:03.634Z (26 days ago)
- Language: Haskell
- Homepage:
- Size: 387 KB
- Stars: 4
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FROST - Backend
This is the Backend for the FROST Application.
## Build Instructions
Tested to work with:
- GHC 7.8.4
- Cabal 1.22.1.0
- cabal-install 1.22.0.1Run
````
cabal sandbox init
cabal install alex happy
cabal configure
cabal install -j4export PORT=8000
cabal run
````Files in **./static** will be served by name.
Snapshots can be saved and loaded from the [Admin Console](localhost:8000/admin).
## Required Setup
- PostgreSQL
- FROST-Frontend Project built in the **./static** folder.