GithubHelp home page GithubHelp logo

smit-mehta25 / mini-wallet Goto Github PK

View Code? Open in Web Editor NEW

This project forked from mehta-smit/mini-wallet

0.0 0.0 0.0 22 KB

A virtual wallet developed using the Django Rest API Framework.

Python 100.00%

mini-wallet's Introduction

mini-wallet

A virtual wallet developed using the Django Rest API Framework.

Setup mini-wallet

Required steps to run services

Git clone repo

  • git clone https://github.com/mehta-smit/mini-wallet.git ~/mini-wallet
  • cd ~/mini-wallet

Create Virtualenv

  • virtualenv ~/virt/mini-wallet -p python3

Activate Virtualenv

  • source ~/virt/mini-wallet/bin/activate

Install Required PIP Packages

  • pip install -U -r requirements.txt

Setup DB

Setup Database using Django ORM

  • cd ~/mini-wallet/mini_wallet
  • python manage.py makemigrations.py
  • python manage.py migrate
  • python manage.py sqlmigrate wallet 0001
  • python manage.py migrate

Start Service

  • python manage.py runserver

Create A superuser for Django Admin Panel

To access the DB Tables and manipulate it's data from Admin Panel.

  • python manage.py createsuperuser
As you can see now wallet.sqlite3 file is created for our DB Operations.
Time to spare this.!!

Import Postman Collection Using Below Link.

https://www.getpostman.com/collections/805c23fa94f778885969

mini-wallet's People

Contributors

mehta-smit 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.