After School Online Lessons Booking System for Students using VueJS, ExpressJS, NodeJS, MongoDB, and AWS
To Access The Client repo on Github click here
or Copy this link: https://github.com/MHMDHIDR/web-based-mobile-app-dev-coursework2-client
To Read the API implementation of the project on Github click here
or copy this link: https://github.com/MHMDHIDR/web-based-mobile-app-dev-coursework2-api
To view the Project Client (VueJS) implementation of the project on Github click here
or copy this link: https://mhmdhidr.github.io/web-based-mobile-app-dev-coursework2-client
To View the endpoint Response with all of the available lessons on AWS Elastic Beanstalk 👉🏼 [HERE]
or Copy this Link and Paste into Your Browser:
https://cst3145-lessons-booking-system.eu-west-2.elasticbeanstalk.com/lessons
- Open the terminal in MacOS, Linux or git bash in Windows then run the following commands
> cd /path/to/the/directory/you/want/to/clone/the/project/in
> git clone https://github.com/MHMDHIDR/web-based-mobile-app-dev-coursework2-client.git
-
Open the project in your favourite IDE (VSCode, Atom, Sublime Text, etc.)
-
Open the terminal in your IDE and run the following command
> npm install
