SkiLink is a web-based app that simplifies booking ski lessons for all levels. With a focus on convenience and choice, SkiLink connects you with top-rated instructors and provides essential resort information, ensuring a seamless and enjoyable skiing experience.
- Clone the repo
git clone https://github.com/proc015/ski-link.git
cd ski-link
- Install dependencies from the /server and /client folders
npm install
- Start back-end from the /server folder
npm start
- Start front-end from the /client folder
npm start
