Giter VIP home page Giter VIP logo

assigndjango's Introduction

Django based Excelsheet Data Validator

Use Docker Deployed API as it is more stable and will not run in 503 Temporary error in Heroku free dyno https://assigndjango.herokuapp.com/api/upload (Docker Deployed on Heroku)
https://developershome.herokuapp.com/api/upload (Normally Deployed on Heroku)

POSTMAN Preview for Docker Deployed Django app on Heroku

POSTMAN Preview for Normal Deployed Django app on Heroku

Features πŸ“‹

⚑️ Put Api URL using POST option.
⚑️ Use excelfile as parameter.
⚑️ Select File from dropdown.
⚑️ Click on Send button.
⚑️ Error Response will be shown as in image.
⚑️ You can use Orders-With Nulls.xlsx present in unit_test folder for your reference if you don’t have any.

Save Data Preview

Features πŸ“‹

⚑️ Correct data is saved in databse for future use.
⚑️ Can Implement functions to make use of data to its best.
⚑️ Admin URL for both platform

https://assigndjango.herokuapp.com/admin/
https://developershome.herokuapp.com/admin/
⚑️ Username : test
⚑️ Password : iamawesome

Installation πŸ“¦

pip install -r requirements.txt

Clone

  • Clone this repo to your local machine.

Run server locally

$ python manage.py runserver

Go to localhost:8000

OR

$ docker build -t web:latest .
$ docker run -d --name django-docker -e "PORT=8765" -e "DEBUG=1" -p 8007:8765 web:latest

Go to localhost:8007

For Stopping Docker Server

$ docker stop django-docker
$ docker rm django-docker

Contributing πŸ’‘

Step 1

  • Option 1

    • 🍴 Fork this repo!
  • Option 2

    • πŸ‘― Clone this repo to your local machine.

Step 2

  • Build your code πŸ”¨πŸ”¨πŸ”¨

Step 3

  • πŸ”ƒ Create a new pull request.

assigndjango's People

Contributors

vrs-3999 avatar

Watchers

 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.