Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/belovetech/stucamp
stuCamp is a hostel management platform. This was our portfolio project for the ALX Foundation. It was developed by three passionate software engineers. It was our first full-fledged project using MERN-stack, and I handled the backend of the app by myself while the other two worked on the overall infrastructure design and frontend of the project.
https://github.com/belovetech/stucamp
backend frontend javascript mongodb mongoose nodejs react reactjs rest-api restful-api
Last synced: 6 days ago
JSON representation
stuCamp is a hostel management platform. This was our portfolio project for the ALX Foundation. It was developed by three passionate software engineers. It was our first full-fledged project using MERN-stack, and I handled the backend of the app by myself while the other two worked on the overall infrastructure design and frontend of the project.
- Host: GitHub
- URL: https://github.com/belovetech/stucamp
- Owner: belovetech
- Created: 2022-11-07T21:33:51.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-08T14:52:15.000Z (almost 2 years ago)
- Last Synced: 2024-04-13T22:54:12.141Z (7 months ago)
- Topics: backend, frontend, javascript, mongodb, mongoose, nodejs, react, reactjs, rest-api, restful-api
- Language: JavaScript
- Homepage:
- Size: 20.8 MB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
stuCamp
Hostel/Accomodation management platform
# Introduction
stuCamp is an hostel management platform. It help student find the best accommodation available within the least amount of time. Enabling students to run very specific searches and retrieve detailed information on accomodations that match their exact requirements. Student will be able to secure hostels according to their budget and in their preferred location without hassle and secure accommodation before resuming to school.## Getting Started
This project makes use of **React** for the frontend. **MongoDB**, **Express** and **Node** for the backend.
### Running Your Frontend in Dev Mode
The frontend app was built using create-react-app. In order to run the app in development mode use ```npm start```. You can change the script in the ```package.json``` file.
Open [http://localhost:3000](http://localhost:3000) to view it in the browser. The page will reload if you make edits.
```bash
npm start
```## Frontend
[View the README.md in the frontend folder for the frontend documentation](./frontend/README.md)## API Reference
[View the README.md in the backend folder for the API documentation](./backend/README.md)
## Author
- Samuel Adebayo - [Adebayo-S](https://github.com/Adebayo-S)
- Abeeb Raheem - [belovetech](https://github.com/belovetech)
- Opeyemi Odebode - [surahj](https://github.com/surahj)## Acknowledgements
* [ALX Holberton School](https://www.alxafrica.com/) (Staff and Students)