Coder Social home page Coder Social logo

medinnovate's Introduction

Med Innovate

Hosted Here

Introduction

A practice project of connecting general public with doctors. If you like the idea, feel free to fork and contribute or just clone and use in your own way. ๐Ÿ˜€

Project with spaghetti code. Not to get inspired with it. PLEASE. I won't be responsible if you get into shitty code patterns. I will instead laught at you.

Steps to contribute in this project as follows

  1. Fork the repository.
  2. Clone the repository. (git clone url)
  3. Create new branch. (git branch branchname)
  4. Move to new branch. (git checkout branchname)
  5. Change or update code.
  6. Push the code. (git push origin branchname)

To run this project on your PC:

  1. Make sure that you have python installed. If not, install from https://python.org
  2. Clone or download the project repo and create a virtual environment (python -m venv 'environment_name')
  3. Activate your environment(windows: " 'environment_name'/Scripts/activate")(mac/linux: "source 'environment_name'/bin/activate")
  4. Install django and other requirements(" pip install -r requirements.txt ")
  5. Migrate(python manage.py migrate), makemigrations(python manage.py makemigrations) and migrate again.
  6. Createsuperuser (python manage.py createsuperuser)
  7. Runserver (python manage.py runserver) [Open your browser and visit 127.0.0.1:8000]

medinnovate's People

Contributors

anubh12 avatar awebisam avatar dependabot[bot] avatar teknathbh 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.