dbetm / space-age-contact-api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Space Age contact API

Pre-requisites

You need pipenv to install all the required dependencies.

To install it just use:

$ pip install pipenv

Installation

To install all dependencies, use the following command:

$ pipenv install

Execution

To start the backend administrator, execute the following:

$ python manage.py migrate
$ python manage.py createsuperuser
$ python manage.py runserver

Testing

Go to http://127.0.0.1:8000 and login using the credentials created in the last step.

About


Languages

Language:JavaScript 49.3%Language:CSS 46.1%Language:Python 3.7%Language:HTML 0.9%