Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 838 Bytes

README.md

File metadata and controls

33 lines (24 loc) · 838 Bytes

Flight-Checkin

Pick your seat and check in to flight

Technologies

VueJs
Vuex
MongoDB
NodeJs
ExpressJs
Bootstrap Vue

Installation and Setup Instructions

Clone down this repository:
You will need node npm and mongodb installed globally on your machine.

"node": ">= 9.4.0"
"npm": ">= 5.6.0"

git clone https://github.com/merveer/flight-checkin.git
cd flight-checkin

Dependency Installation:
npm install

To Start Server:
nodemon

Serve with hot reload at localhost:8080
cd checkin
npm install
npm run dev