Your_Places is a web application for managing your favorite places. It consists of a frontend developed with React.js and a backend developed with Node.js, Express.js, and MongoDB.
- User authentication and authorization
- CRUD operations for managing places
- User-friendly interface
-
Clone the repository: git clone https://github.com/Meet1733/Your_Places.git
-
Install dependencies for the frontend and backend: cd Your_Places/Frontend npm install
cd ../Backend npm install
-
Start the backend server: cd Backend npm start
-
Start the frontend server: cd Frontend npm start
Contributions are welcome! Please feel free to open an issue or submit a pull request.