Giter Site home page Giter Site logo

polls-django's Introduction

Polls

๐Ÿ–ฑ๏ธ A public site that lets people view polls and vote in them. Django Documentation

๐Ÿš€ Stacks

This project was developed with the following technologies:

๐Ÿ†™ APP Features

๐Ÿ‘ท How to run?

git clone https://github.com/JardelDeveloper/app-polls-django.git

โš’ Build APP

# Build Project
$ django-admin startproject mysite
# Build App
$ python manage.py startapp polls

๐Ÿ—ƒ๏ธ Store and Migrate the Database

# Store model changes in a migration
$ python manage.py makemigrations
# Run migrate
$ python manage.py migrate

๐Ÿ’ป Run Polls

# Access the directory 
$ cd mysite
# Install Dependencies (VENV)
# Run Polls app
$ python manage.py runserver

Go to http://127.0.0.1:8000/polls/

๐Ÿ” Run Admin Polls

# Access the directory 
$ cd mysite
# Create Super User
$ python manage.py createsuperuser
# Run Admin app
$ python manage.py runserver

Go to http://127.0.0.1:8000/admin/

๐Ÿค” How to contribute?

# Make a Fork this repository;
# Create a branch with your feature: 
git checkout -b my-feature;
# Make commit to your changes: 
git commit -m "feat: my new feature";
# Make a push to your branch: 
git push origin my-feature;

After the merge of your pull request is done, you can delete a branch of yours.

๐Ÿ”ง Issues

Feel free to file a new issue with a respective title and description on the the Polls repository. If you already found a solution to your problem, I would love to review your pull request.

๐Ÿ“ License

Released in 2020 ๐Ÿ“•

This project is under the MIT license. See the LICENSE for more details.

Made with ๐Ÿ’š by Jardel Cunha.

Give โญ if this project helped you!

polls-django's People

Contributors

jardelgcunha avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.