Skip to content
This repository has been archived by the owner on Dec 3, 2022. It is now read-only.

Metro school is an open source management platform for driving schools [Spanish version]

License

Notifications You must be signed in to change notification settings

Anthares101/appointment-management-system-for-driving-school

 
 

Repository files navigation

GitHub GitHub

Metro School [Spanish version]

This is an open source appointment management system for driving schools. In this system, you can manage students, appointments, cars and instructors.

Deploy

Install docker and docker-compose in your system and execute:

docker-compose up

Creating a user

To create a user you will need to execute this:

docker-compose run --rm backend node ./db_scripts/create_user.js

Remember to edit create_user.js file to change the password and user name before executing it.

Tech Stack

  • Node.js
  • React
  • GraphQL
  • Rethinkdb

Note

The server use moment.utcOffset("+01:00") to return result of CET time zone result. This won't work for people not in CET zone. Possible solution: store timezone in user object.

About

Metro school is an open source management platform for driving schools [Spanish version]

Topics

Resources

License

Stars

Watchers

Forks

Languages

  • JavaScript 92.4%
  • CSS 6.4%
  • HTML 1.2%