Skip to content

This restaurant project provides a platform for users to register, log in, schedule appointments, and delete them as needed.

Notifications You must be signed in to change notification settings

AlvarezMar/Dona-Diabla

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Doña Diabla

Doña Diabla is a proyect comprising two components. The back component offers a RESTful API for managing appointments and user data. Meanwhile, the front component provides an intuitive user interface, enabling users to interact seamlessly with the restaurant web and look over their appointments in a visually appealing format.

Landpage of Doña Diabla

Instalation

To deploy the project locally, proceed as follows:

Backend

  1. Clone this repository to your local environment.
  2. Navigate to the back directory.
  3. execute the following commands to install dependencias and run the server:
npm i
npm start

Frontend

  1. Navigate to the front directory.
  2. execute the following commands to install dependencias and launch vite application:
npm i
npm run dev

Usage

Once both applications are operational, access the frontend through your preferred web browser to begin interacting with the application. Doña Diabla offers a wide range of functionalities, including user authentication, registration, reservation scheduling, and account management.

Register Form of Doña Diabla

My Appointments View of Doña Diabla

Contribution

To contribute to this project, adhere to the following guidelines:

  1. Fork the repository to your GitHub account.
  2. Create a new branch (git checkout -b feature/new-feature).
  3. Implement your changes and commit them (git commit -m 'Add new feature').
  4. Push the branch to your GitHub repository (git push origin feature/new-feature).
  5. Open a new Pull Request to merge your changes into the main project.

Contact

For additional inquiries or information, feel free to reach out via email at [email protected].

About

This restaurant project provides a platform for users to register, log in, schedule appointments, and delete them as needed.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published