- Create the
.envby using.env.exampleas a reference:cp .env.example .env - Update the .env file with your correct local information
- username:
labber - password:
labber - database:
midterm
- Install dependencies:
npm i - Fix to binaries for sass:
npm rebuild node-sass - Reset database:
npm run db:reset
- Check the db folder to see what gets created and seeded in the SDB
- Run the server:
npm run local
- Note: nodemon is used, so you should not have to restart your server
- Visit
http://localhost:8080/
- Node 10.x or above
- NPM 5.x or above
- PG 6.x
BucketListing is a SmartTodo app which is primarily intended for mobile use. It incorperates APIS for the purpose of using key-words inserted into the ToDo and categorizing them automatically into Eat (refering to Restaurants of Cafés), Read (Books), Watch (Movies and Shows), and Buy (Shopping in general). There is also a Miscellaneous category which is intended as the catch-all, though it is unfotunately unused at the moment due to a lack of free shopping apis. Still, there is the functionality in the website to quickly and easily refactor a shop API in, at which point the functionality could be added.


