Coder Social home page Coder Social logo

chiiida / vacseen Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 1.0 16.71 MB

[Closed] An online vaccine tracker which give you more convenient than finding a vaccine book.

Home Page: https://vacseen.herokuapp.com/

Python 63.06% HTML 23.04% CSS 11.49% JavaScript 2.40%

vacseen's Introduction

Vacseen

Build Status codecov

Vacseen is an online tracker that gives user help related to basic vaccines such as type of vaccine, suggestions according to user's gender and age such as that a 1-month old newborn baby needs to take the second dose of Hepatitis B. And also notifies the user if he/she needs to get the vaccine again. It is accessible anywhere and anytime through the “Internet”, which is surely more convenient than carrying or finding a vaccine book.

Team Members

Name Roles GitHub
Chanachida Fuachai Scrum Master, Developer llleyelll
Sirikorn Songsaengthong Developer Sirikonss
Sivanat Subpaisarn Developer tiemfah

Project Documents

Prerequisite

  • Python 3.7+
  • Heroku CLI
  • Google OAuth API
  • Local environment variable (Please ask project owner for the environment variables.)

Get started (run locally)

  1. Clone the repository and change directory to vacseen directory.
$ git clone https://github.com/llleyelll/vacseen.git && cd vacseen/
  1. Create virtualenv in the directory and activate virtualenv.
$ virtualenv venv

On MacOS and Linux:

$ source venv/bin/activate

On Windows:

$ venv\Scripts\activate
  1. Install all dependencies and then run database migrations by the following commands.
(venv) pip install -r requirements.txt
(venv) python manage.py migrate
(venv) python manage.py loaddata vaccine/fixtures/vaccine.json
  1. Create superuser
(venv) python manage.py createsuperuser
  1. Run server
(venv) python manage.py runserver --insecure
  1. Add and configure Google credential in http://127.0.0.1:8000/admin after starting the server.
  • In Site -> set your domain field to match your domain (example. '127.0.0.1')
  • In Social -> set your provider as Google, fill your Client id and Secret key.
  1. Exit the virtualenv when done. Have fun!
(venv) deactivate

vacseen's People

Contributors

chiiida avatar tiemfah avatar sirikonss avatar dependabot[bot] avatar

Watchers

 avatar

Forkers

sirikonss

vacseen's Issues

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.