All Projects → cuducos → django-ajax-contacts

cuducos / django-ajax-contacts

Licence: Unlicense license
Web app to discuss responsabilities of backend and frontend code

Programming Languages

python
139335 projects - #7 most used programming language
javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects

Django-Ajax Contacts

Django backend and vanilla JavaScript frontend for a contacts app. The purpose of this repo is to discuss responsabilities of backend (Python) and frontend (JavaScript) code in the architecture of a web app in a live coding series.

Install

Requires Python 3.6+ with Pipenv – just pip install pipenv and you're ready to go.

  1. Copy .env.sample as .env and adjust your settings
  2. Install de dependencies:
    $ pipenv install --dev
  3. Activate the environment:
    $ pipenv shell
  4. Run the project:
    $ python manage.py runserver
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].