Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

README

        

stuCamp



Hostel/Accomodation management platform


stuCamp

# 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)