BOK is a web app designed for recent graduates who feeling lost and stressed due to job search. The app provided message board for users to share their expereince and ask questions. Users can post comment, like or reply other people's comments. The app also provided a breathing box exercise for anyone who are feeling stress at the moment.
- React
- Prisma
There's frontend (client folder) and backend (server folder) to this app.
- Make a local copy of this repository by running
git clone <url>
in terminal - Inside
client
folder, runnpm install
- Run
npm start
- Go to
server
folder, then run 'npm install' - Run
npm start
- Go to
localhost:3000/
on your broswer to visit the web app