Admin login:
Username: admin
Password: Pass12345
Production website: https://project-exam-2-five.vercel.app
Project Exam 2 at Noroff Oslo 2022. Hotel booking website with admin pages.
This was a project exam that I made at the end of studies in 2022. The project had to include:
- Customer facing pages
- Administration pages
- Login/logout functonality
- Possibility to book a establishment
- Clone the repo
gh repo clone martinbolsnes/project-exam-2
- Install dependencies
npm install
To run the app, run the following command:
npm run dev
Make sure the open a pull request if you want to contribute