Skip to content
/ rmd.io Public
forked from adfinis/rmd.io

A mail reminder service written in django

License

Notifications You must be signed in to change notification settings

JohnL17/rmd.io

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rmd.io

A mail reminder service written in django

Installation

Requirements

  • python 2.7
  • docker
  • docker-compose

After installing and configuring those requirements, you should be able to run the following commands to complete the installation:

$ make install                                 # Install Python requirements
$ docker-compose up -d                         # Start the containers
$ ./manage.py migrate                          # Run Django migrations
$ ./manage.py createsuperuser                  # Create a new Django superuser

You can now access the application at http://localhost:8000 and the admin interface at http://localhost:8000/admin/

License

Code released under the GNU Affero General Public License v3.0.

About

A mail reminder service written in django

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 40.6%
  • Python 32.5%
  • HTML 21.6%
  • CSS 3.6%
  • Jupyter Notebook 0.8%
  • Shell 0.4%
  • Other 0.5%