Django simple app for client registration
To clone and run this application, you'll need Git, Python and Docker installed on your computer. From your command line:
# Clone this repository
$ git clone https://github.com/jeniferss/client.git
# Go into the repository
$ cd client
# Run migrations
$ python manage.py runserver
# Create superuser
$ python mange.py createsuperuser
# Run container
$ docker-compose up # or run app with python manage.py runserver
# Server will start at http://localhost:8000