Reservify is an Ultimate Fullstack Web App for Booking or Hosting Accommodations and Restaurants . You can book your reserve , make your own reserve and even can have admin powers and can Perform CRUD operations .
##Video
73bbce87-08cf-4e70-88bb-e260bae9ca2b.webm
1. Booking Functionality
2. Interactive Frontend
3. Admin Powers to User
4. Stripe Payment Integration
5. CRUD Operations can be performed by user
6. Cloudinary used for image support
Use the package manager [npm](https://www.npmjs.com/ to install Reservify.
cd Server
npm install
cd Client
npm install
To run this project, you will need to add the following environment variables to your .env file
Mongo_ConnectionString
ACCESS
REFRESH
Cloudinary_Name
Cloudinary_APIKEY
Cloudinary_SECRET
Stripe_SECRET
Clone the project
git clone https://github.com/HarshSharma0801/Reservify.git
Go to the Server
cd Server
Install dependencies
npm install
Start the server
node server.js
Go to the Client
cd Client
Install dependencies
npm install
Start the server
npm run dev
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.