Skip to content

Latest commit

 

History

History
88 lines (67 loc) · 2.81 KB

README.md

File metadata and controls

88 lines (67 loc) · 2.81 KB

assignment

objectives

stack

langs/stack/tech/tags/buzz:

free, no sms

database: sqlite3 (for simplicity)

prerequisites

install:

cd api
stack build
cabal install --enable-tests --only-dependencies
cabal configure --enable-tests
cd app
npm install

up & running

Basically its just make api and make app, for more details see Makefile

  • backend (api): cd api && PORT=8088 cabal run
  • frontend (app): cd app && npm start

To run tests:

make test

resources

further reading

ideas/thoughts