Skip to content

fuadnafiz98/bookaholics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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