HostelBees is a hostel management system developed by ArunaByte Innovations. It is built with React for the front end and Express.js with Mongoose for the back end.
These instructions will help you set up a local development instance of HostelBees.
- Node.js and npm
- MongoDB installed and running
In the project server and client directory, run:
npm install- Start the backend server:
cd /server
npm run dev- Start the React frontend:
cd /client
npm run devThe server and client will be accessible at http://localhost:YOUR_PORT.
- React - Frontend library
- Express.js - Backend framework
- Mongoose - MongoDB object modeling for Node.js