Install postgresql via https://www.postgresql.org/download/
Make sure to fork and clone the front end and back end repos.
https://github.com/DmitriyMalayev/reminder-backend https://github.com/DmitriyMalayev/reminder-frontend
In the console run bundle install
In the backend directory type in "rails s" to start the rails server.
In the front end directory, open the index.html file in your browser, you can do so by right clicking on the file and choosing the open in default browser option.
On the left side is a form with two required fields, the Name and Notes. Please fill them in.
Next, in the calendar below choose a starting date and time and an ending date and time that applies to your event reminder.
Finally, choose one of three color coded categories, Personal(Red), Work(Blue), or Private(Black).
Click submit when you're done, or reset to clear out the form.
On the right hand side you will see a list of your event reminders. If you'd like to delete one of the reminders click on the trash icon.
Thanks.
## 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](https://choosealicense.com/licenses/mit/)