antoineneff / booking-app

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:JavaScript 63.6%Language:Vue 33.5%Language:HTML 2.9%