This is the back-end of the Mi Turno Web. This is a web system that allows the reservation of appointments for companies with physical branches, allowing the administration of the number of clients in the location.
- Features ✅
- Getting Started 🚀
- Prerequisites 📋
- How to Clone 🔁
- Installation 🔧
- Archive .env 🔑
- Run ⚙️
- Usage ⬆
- API 📜
- Contributing 🤝
- Contacts 📞
-Effortless Booking: Users can easily schedule appointments for services or visits to your physical branches. -Calendar Integration: Seamless integration with a calendar system for better organization.
-Client Capacity: Administer the number of clients allowed in a physical location simultaneously. -Branch Office Management: Efficient management of multiple brach offices.
-Secure Registration: Users can securely register for an account. -Login and Logout: Standard login and logout functionalities for enhances security.
-React and Next.js: Utilizing powerful and efficient frontend technologies. -Redux State Management: Centralized state management for a smoother user experience. -Sass Styling: Stylish and maintainable styling using Sass.
-Community-Driven: An open-source project, welcoming contributions from the developer community. -License Flexibility: Provides freedom for users and contributors.
The project is carried out in:
-
THIS IS A NON-VISUAL SERVER
👇 👇 👇 👇 👇 👇 👇 👇 👇 👇
If you want to access the Frontend repository of this application we leave it at your disposal in the following link:
https://github.com/LucasGlave/MiTurnoWeb
To be able to use the project on localhost it is necessary to clone it and to have some necessary programs:
Command to clone:
cd existing_folder
git clone https://github.com/McHeph/MiTurnoWebBack.git
Once the project has been cloned, it is necessary to install all the dependencies with the command:
npm install
You need to create an .env file by following the .env.example file, where you can find the required API_KEYS examples.
Execute the command:
npm start
The application is running on the port http://localhost:5001
You can test the different endpoints and access our API resources:
http://localhost:5001/api-doc/
Contributions are always welcome!
Contributions from the Dev community help us learn, be inspired, and create new things! All contributions are welcome! If you have any suggestions to rove our project, please fork the repository and create a pull request. Or You can also simply open an issue. Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/MyFeature
) - Commit your Changes (
git commit -m 'Add MyFeature'
) - Push to the Branch (
git push origin feature/MyFeature
) - Open a Pull Request
- Fabiola Lutrario » Email - LinkedIn
- Juan Arismendi Diaz» Email - LinkedIn
- Lucas Glave » Email - LinkedIn
- Juan Pablo Lezcano » Email - LinkedIn
Project Link: https://github.com/McHeph/MiTurnoWebBack