Prerequisites: Node.js
- Run
npm install
- On another terminal,
cd frontend && npm install
- On another terminal,
cd backend && npm install
On the backend directory, add a .env
file with the following format:
DATABASE_URL=
The DATABASE_URL
is the url for your postgreSQL database
- In the backend directory, run
npm run migrate
- In the frontend directory, run
npm run dev
- In the backend directory, run
npm run dev
To accesss the frontend client, visit http://localhost:3000 on the browser.
Similarly, to access the backend server, visit http://localhost:4000/graphql.
Members:
Daduya, Dieron, Estaniel, Lajo, Laporno, Linuago, Rabino