Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Filbert88 committed Jul 2, 2024
1 parent ab5b4e2 commit 320109d
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,16 @@ Introducing SEA Salon, a rising star in the salon industry known for their outst
and excellent reviews. With a rapidly growing clientele and a stellar reputation, SEA Salon is your
premier destination for all your beauty needs. Because of this, SEA Salon has gained a lot of
customers. To handle the new customers, the SEA Salon management team has decided to
develop a new SEA Salon Application.
develop a new SEA Salon Application. The website is accessible at [SEA Salon](https://sea-salon-six.vercel.app/).

# Purpose
The purpose of making this project is to create a salon website for submission to the Compfest 2024 Academy and utilizing modern technologies like NextJS to improve my knowledge.

# Features
This salon app enables users to book, add, edit, and delete services, facilitating easy management for the admin across multiple branches. Additionally, admins can manage branch details, add,edit dan delete stylist, and also delete reviews and reservations. When making a booking, users can choose their preferred stylist and select one or more services at the desired branch. After selecting a stylist and time, the app will notify users if the reservation is possible or if there is a scheduling conflict with another client who has booked the same stylist at the same time. User can also view their past reservations in my reservation page.
This salon app enables users to book, add, edit, and delete services, facilitating easy management for the admin across multiple branches. Additionally, admins can manage branch details, and add, edit, and delete stylists, as well as delete reviews and reservations. When making a booking, users can choose their preferred stylist and select one or more services at the desired branch. After selecting a stylist and time, the app will notify users if the reservation is possible or if there is a scheduling conflict with another client who has booked the same stylist at the same time. Users can also view their past reservations on the "My Reservations" page. This website also has a responsive design, making it easy for users to access it anywhere and anytime. It also applies authentication for user security and utilizes the Cloudinary API to handle image uploads.

# Restriction
- Admins need to reload the page after adding, editing, or deleting data to ensure that the displayed data is always up-to-date.

# Frameworks/Tools Used
- NextJS App Router (Fullstack Framework)
Expand All @@ -27,6 +30,7 @@ This salon app enables users to book, add, edit, and delete services, facilitati
- Postgresql (Database)
- Prisma (Object Relational Mapper)
- bcrypt (Hashing Passwords)
- React Slick (Pagination)

# How to Run
To access the app, you can just simply go to:
Expand Down

0 comments on commit 320109d

Please sign in to comment.