This project was made as part of a course Full Stack Developer for GeeksHubs Academy.
GeeksHub gave the following fictive assignment: to create the frontend part of the earlier created backend for a fictional tattoo studio. You can find the backend project here: TattooStudio_Backend
Users will be able to:
- Register
- Log in
- Access and modify their profile
- View a list of scheduled appointments and delete appointments
- View the various services offered by the studio
- Create new appointments
Besides there also has to be a view for admins to see and delete users.
You can find the backend project here: TattooStudio_Backend
- Clone the repository
$ git clone https://github.com/MandySpaan/GH_P4_TattooStudio_Backend
- Install dependencies
$ npm install --y
- Start Express on the server
$ npm run dev
- Run migrations
$ npm run run-migrations
- Clone the repository
$ git clone https://github.com/MandySpaan/GH_P6_TattooStudio_Frontend
- Install dependencies
$ npm install --y
- Start Express on the server
$ npm run dev
- Improve overal design of the website
- Improve responsive design
- Improve error handling