-
What programs do we need on your local computers to host the server?
-
How do we run this?
- $ git clone https://github.com/sfsu-csc-667-fall-2018/fall-2019-term-project-zain-phillip-stan-rob.git
- $ cd fall-2019-term-project-zain-phillip-stan-rob/spades-server/
- make a file '.env' with --> DATABASE_URL=postgres://YOUR-USER@localhost:5432/YOUR-DB
- $ make init_db
- $ make init_seed
- $ make init
- $ make run
-
How do we check it is running correctly?
- Try to visit one of these pages in your local browser :
- you should see activity in your terminal once visited
-
How do we access Heroku? *https://spades-server.herokuapp.com