Skip to content

Full stack web application for booking appointments at the barbershop.

Notifications You must be signed in to change notification settings

pazzovalerio/Barbershop

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Barbershop

Full stack web application (mobile friendly) for booking appointments at the barbershop. In the system there are 2 type of users, regular users and administrators. After registration and logging process users will be able to schedule, change and cancel their appointments on their profile page. Administrators have a control panel where they can manage all scheduled appointments and users in the system.

Live Demo: https://barber-appointments.netlify.app/

Technologies

  • React at the client side
  • NodeJS & Express at the server side
  • MongoDB & Mongoose
  • Asynchronous tasks, Axios

How to install

Clone the repository:

git clone /~https://github.com/EliNaduyev/Barbershop.git

Enter the clonned folder:

cd Barbershop

Enter the client folder:

cd client

Install the dependencies:

npm install

Run the application:

npm start

Local app should open automatically, if it is not, open the browser at http://localhost:3000/

About

Full stack web application for booking appointments at the barbershop.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 73.0%
  • CSS 25.6%
  • HTML 1.4%