-
Install Postgres if you haven't already
sudo apt update
sudo apt upgrade
sudo apt install postgresql
sudo apt install postgresql-client -
Set the Postgres server to start in the background
sudo service postgresql start
-
Install express
npm install express
-
Create a database named "trash"
-
Create the necessary tables
npm run db:create
npm run db:create_recycle -
Start the server and create an account. Code is designed such that the first account created would be designated the admin account.
WIP:
- Make sure all links work as intended - presently only base features completed
- Rework the quantity input of recycle orders
- Allow users to upload profile picture