This is an academic project, so it's not designed to be used in production or other scenarios
Eiger will make it easier to manage all your business's vehicles within a nice and sharp looking interface.
Integrations with other systems can be done without any headache, just because Eiger is natively built as a RESTful service, so it can be accessed by other systems as easy as making simple HTTP requests.
It also provides an easy-to-use interface based on Google's Material Design
to bring this well known look and feel to the business world.
All data protection and security is backed by an authentication and authorization system that lets only the right person to see what they should access.
- Register all your company's vehicles and employees
- Book reservations for those vehicles
- Search for schedules
- Receive e-mail notification when your reservation got confirmed
Before trying to run this project, make sure you have the most recent version of Node.js
and MySQL Server
installed on your machine.
After download this project, you should see 4 .cmd
files inside Eiger's root folder, they will help you to install, setup, run and build Eiger without any typing at all. Lets take a look on each of them:
- install.cmd - It will download and install all the needed dependencies packages for the REST service and the webserver.
- database.cmd - It will run all SQL scripts to setup the database.
- start.cmd - If you want to run directly on the code, this script will start Eiger's REST and webserver.
- build.cmd - It will bundle the application into a folder containing its executable file. (Not implemented yet)
Copyright (c) 2016-2017 Guilherme Reginaldo Ruella ([email protected])