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
- Host: GitHub
- URL: https://github.com/manni2000/bookly
- Owner: manni2000
- Created: 2024-10-10T10:52:20.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-10T12:04:17.000Z (over 1 year ago)
- Last Synced: 2025-07-21T17:28:33.422Z (6 months ago)
- Topics: mern-stack
- Language: JavaScript
- Homepage:
- Size: 1.22 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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:



