Giter Site home page Giter Site logo

room-scheduler's Introduction

Room Scheduler

Fake room scheduling REST API.

Installation

You must have docker installed.

Clone the repo:

git clone https://github.com/henriqueinonhe/room-scheduler

Run the containers:

cd room-scheduler
docker-compose up

And then you're good to go!

There are two services:

  1. A node backend server
  2. A mysql database

Database (MySQL)

The database may be accessed via localhost:

  • Host: localhost
  • Port: 31415
  • User: admin
  • Password: dubbsdibbets
  • Database: RoomScheduler

API (Node)

Exposed at localhost:31414

To check whether the services are working as expected, visit http://localhost:31414/check

Requirements

  • Web client must be a single page application
  • Users must be able to themselves
  • Users must be able to login
  • Users must be able to logout
  • Whenever a user is logged in, there must be a visual indication that it is actually logged (like displaying the username somewhere)
  • Common users must be able to see the list of existing rooms
  • Common users must be able to see the allocations for a given room, for a given day
  • Common users must be able to allocate a room for themselves
  • Common users must be able to delete an allocation they created
  • Common users must be able to see a list of all allocations that belong to them
  • Admin users must be able to do everthing a common user can do
  • Admin users must be able to see the list of existing users
  • Admin users must be able to delete an user
  • Admin users must be able to see the list of all allocations that belong to any user
  • Admin users must be able to see the list of all allocations
  • Admin users must be able do create an allocation for any user
  • Admin users must be able to delete allocations for any user

room-scheduler's People

Contributors

henriqueinonhe avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.