Skip to content

Centralized government schemes portal that can be used either as a web app or live chat.

License

Notifications You must be signed in to change notification settings

Team-Probably/Schemio

Repository files navigation

logo

Easy to use government portal for increased convenience of users

made-with-python


Centralized government schemes portal that can be used either as a web app or live chat.


Features

  • Scraper and parser that dynamically scrape data from various government websites.

  • A basic Chatbot that is used to help user navigate the website.

  • Secured data storage.

Schemio As Web-App




Add-Ons

  • Sms/messenger based chatbot.

  • Support for multiple language.

  • Recommendation system based on submitted applications.


File Structure

Web-App

  • Django app can be found inside /app

Installation and Deployment

Step 1:

  • Update the app/tsec/.env.example and rename it to .env

Setp 2:

  • Using docker-compose
        $ docker-compose up
  • Using python
        $ cd app/
        $ pip3 install -r requirements.txt
        $ python manage.py makemigrations
        $ python manage.py migrate
        $ python manage.py collectstatic --noinput
        $ python manage.py runserver 0.0.0.0:8000

Contributing

We're are open to enhancements & bug-fixes 😄 Also do have a look here


Note

  • This project was done under 24 hours with no pre-preparation

Contributors

About

Centralized government schemes portal that can be used either as a web app or live chat.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published