Welcome to the Coworking project! This project was created for a Hackathon with the goal of helping people who have spaces available for coworking to advertise and manage their spaces.
The purpose of the Coworking project is to provide a platform for our customer who has extra space in their office, to rent out as coworking space. This can be a great way for these individuals to earn extra income while also providing a convenient and affordable workspace for others.
- Space listings: Users can browse and search for available coworking spaces in their area. Each listing includes details about the space, such as its size, location, and amenities.
- Space scheduling: Interested users can schedule a tour or meeting to see a coworking space in person. The space owner can then confirm or decline the request.
- Messaging: Users can communicate with each other through the platform to ask questions, negotiate terms, or make arrangements for renting the space.
To run the Coworking project, follow these steps:
- Clone the repository to your local machine.
- Navigate to the
frontend
directory and runnpm install
to install the necessary dependencies. - Run
npm start
to start the frontend development server. - Open a new terminal window and navigate to the
backend
directory. - Run
npm install
to install the necessary dependencies. - Run
npm run start:nodemon
to start the backend server.
You should now be able to access the Coworking platform in your web browser at http://localhost:3000.
I hope this information is helpful! Let me know if you have any questions.