/booking-app

Simple room booking app made with express as backend and vuejs as frontend

Primary LanguageJavaScript

Booking app

Install

Backend

$ cd backend
$ npm install
# Seed database (create rooms)
# Check that mongo is running before executing next command
$ npm run seed
$ npm start

Frontend

$ cd frontend
$ npm install
$ npm run serve