- next.js
- node.js
- express.js
- passport.js
- harper.db
Run locally
- clone the repo
git clone https://github.com/fuadnafiz98/bookaholics
cd bookaholics
- run frontend
cd frontend
# install dependencies
yarn
# run the frontend server
yarn dev
- run backend
cd frontend
# install dependencies
yarn
# run the typescript watch
yarn watch
# run the backend server
yarn dev