Skip to content

vyorkin-archive/assignment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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