HoiKeep is a hall management solution for university-level hall management. It is built upon the universities of Bangladesh.
$ git clone https://github.com/sarkerjr/HoiKeep.git
$ yarn # or npm i
- PostgreSQL
- Node
- npm
- required .evn file for both client and server side.
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.
$ cd client // go to client folder
$ yarn # or npm i // npm install packages
$ npm run dev // run it locally
$ cd server // go to server folder
$ npm i // npm install packages
$ npm run dev // run it locally