Skip to content

sarkerjr/HoiKeep

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

HoiKeep

HoiKeep is a hall management solution for university-level hall management. It is built upon the universities of Bangladesh.

clone or download

$ git clone https://github.com/sarkerjr/HoiKeep.git
$ yarn # or npm i

Usage (run full-stack app on your machine)

Prerequisites

notice, that you need the client and server to run concurrently in a different terminal session, in order to make them talk to each other.

Client-side usage(PORT: 3000)

$ cd client          // go to client folder
$ yarn # or npm i    // npm install packages
$ npm run dev        // run it locally

Server-side usage(PORT: 8080)

$ cd server   // go to server folder
$ npm i       // npm install packages
$ npm run dev // run it locally

License

MIT