Skip to content

Latest commit

 

History

History
43 lines (33 loc) · 552 Bytes

README.md

File metadata and controls

43 lines (33 loc) · 552 Bytes

Bookaholics

A community platform for book lovers

Tech Stack

  • next.js
  • node.js
  • express.js
  • passport.js
  • harper.db

Installation

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