Deed Folivery is a food delivery website.
Clone this repo.
cd
into server.- Create a psql database called
testdb
- Run
\i schema.sql
. - Go back to the server directory.
- Check if
password
in db.js is correct. - Run
yarn install
andyarn start
.
cd
into client.- Run
yarn install
andyarn start
.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.