Skip to content

jeniferss/CustomerRegistrationApp

Repository files navigation

Client Register Django App

made-with-python

Django simple app for client registration

How to Use


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

About

Repositório para o projeto de um aplicativo de registro de clientes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published