- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- 📝 License
A Backend NodeJs resful-API that serves Morning Dew Frontend so as to allow users book rooms and make payment using stripe payment gateway.
Database
- [authentication]
- [view available rooms]
- [book room]
- [make payment]
To get a local copy up and running, follow these steps.
In order to run this project you need:
- Git
- NodeJs installed
- Code Editor of your choice
- MongoDB Installed or MongoDB Atlas Account
Clone this repository to your desired folder:
To run and view this application, you will first have to clone a local version of this repository using:
git clone https://github.com/devMunyi/morning-dew-backend.git
After that navigate to the newly created folder:
cd morning-dew-frontend
Run following command to install dependencies:
npm install
To run the project, execute the following command:
Start a local server running the command:
npm run start
👤 Samuel
- GitHub: @devMunyi
- LinkedIn: Samuel Munyi
- [Integrate MPESA payment gateway]
- [Integrate SMS]
- [Add email confirmation]
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
I would like to thank:
- Microverse for providing an excellent curriculum that has helped me enhance my skills in software development.
- Everyone whose code was used.
This project is MIT licensed.