Giter VIP home page Giter VIP logo

bloodmallet_web_frontend's Introduction

dev.bloodmallet.com

You're seeing the code that runs dev.bloodmallet.com.

Everyone is welcome to add issues, discuss improvements and features, or create pull requests.

Development setup

  1. Get or have Python 3.6+ (make sure to install it into PATH on windows)
  2. Get or have git installed
  3. Download this repository
    • $ git clone https://github.com/Bloodmallet/bloodmallet_web_frontend.git bloodmallet (creates a directory "bloodmallet")
  4. Navigate into the created directory
    • $ cd bloodmallet/
  5. Create a virtual environment
    • $ python3 -m venv env (creates a directory "env")
    • activate virtual environment
      • > env/Scripts/activate (windows)
      • $ source env/bin/activate (linux)
  6. Install requirements
    • (env) bloodmallet/$ python -m pip install --upgrade pip setuptools wheel (update all basic tools)
    • (env) bloodmallet/$ pip install -U -r requirements_dev.txt (install requirements)
  7. Create local database and tables
    • (env) bloodmallet/$ python manage.py migrate
  8. Start local django development server
    • (env) bloodmallet/$ python manage.py runserver
  9. Open http://127.0.0.1:8000 in your browser of choice. And code away! ๐ŸŽ‰

Optional:

Maybe you want to create a superuser for local development.

bloodmallet_web_frontend's People

Contributors

amanizandalari avatar bloodmallet avatar c01nd01r 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.