Skip to content

A little rooms booking platform for STATION F - Technical test

License

Notifications You must be signed in to change notification settings

Geoffrey42/tinkling-dices

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tinkling-dices

a little rooms booking platform for STATION F

This project is originally a hiring technical test for STATION F.

This Vue.js/Node.js app allows you to book a room at a specific date and hour. Also you can filter available rooms by capacity or furnitures.

Bookings and rooms are stored in a mongoDB using Mongoose.

Installation

Requirements

  • Docker
  • Docker-compose
$ git clone https://github.com/Geoffrey42/tinkling-dices.git
$ cd tinkling-dices/

Developments

to access server container, run:

$ docker exec -it tinklingdices_server_1 bash

to run the app locally go

http://localhost:8080/

Usage

$ docker-compose up

Road Map

Mandatory part

  • Node.js/Express.js Backend.
  • Vue.js Frontend.
  • Bookings stored (among other way of storage) in a JSON file.
  • Rooms bookings/recovery must be via AJAX and RESTful compliant.
  • For a same date/hour, rooms already booked must not be available for new bookings.
  • No login/Authorization management, it's supposed to be handled already by an intranet.
  • Ease-to-use and security

Bonus part

  • App hosted version
  • Bookings stored in a MongoDB
  • Filtering by capacity or furniture features
  • Animations during booking

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT