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

https://github.com/manni2000/bookly

MERN-Stack Scheduling Platform
https://github.com/manni2000/bookly

mern-stack

Last synced: 6 months ago
JSON representation

MERN-Stack Scheduling Platform

Awesome Lists containing this project

README

          

**Bookly** is a project for allow users to schedule appointments, meetings, and events with ease, eliminating the need for back-and-forth emails.

### Technologies Used:
- **React.js** for the frontend interface.
- **Node.js** for backend server management.
- **Express.js** to handle HTTP requests and API integration.
- **MongoDB** for database storage, managing user information, appointments, and schedules.

### Steps to Run Locally:
1. **Clone the repository:**
```bash
git clone https://github.com/manni2000/Bookly
```
2. **Install dependencies:**
- For the frontend, navigate to the client folder and run:
```bash
cd frontend
npm install
```
- For the backend, navigate to the server folder and run:
```bash
cd backend
npm install
```
3. **Set up environment variables:** You will need to configure `.env` files for MongoDB credentials and any third-party APIs used.
4. **Run the development server:**
- For frontend:
```bash
npm start
```
- For backend:
```bash
npm run server
```

5. **Access the application locally** through `http://localhost:3000` after starting the development servers.

### Preview:
![image](https://github.com/user-attachments/assets/44ef6a92-a76a-4a55-998e-04904e77d24d)

![image](https://github.com/user-attachments/assets/bc1aebbf-0b08-4251-8519-95246fe8afd0)

![image](https://github.com/user-attachments/assets/5f3f0d7b-a8d1-4fd8-a9f1-8e4e0777a9ef)

![image](https://github.com/user-attachments/assets/40c83e94-300b-4861-99f3-dae5d887ee86)