Skip to content
Kunalavghade edited this page Jan 13, 2022 · 2 revisions

iMart

iMart is Django based website which is based on Finance and Share Market.

Features

  • Authantication System
  • Graphical stock visualizaion
  • Recent stock information
  • Stock suggestion
  • About section
  • Contact section

Preview

To viwe preview of website click here Click here

Installation

To Install necessary Librarys for this project run.

Note: Python 3.8 or greater verion is required.

pip install django
pip install yfinance
pip install requests

Run Locally

Clone the project

  git clone https://github.com/kunalavghade/iMart.git

Go to the project directory

  cd iMart

create folder Named migrations along with file init.py

cd Mart && mkdir migrations && cd migrations && echo > __inti__.py

To create database run

  python manage.py migrate
  python manage.py makemigrations

Inside iMart folder run server

  python manage.py runserver

Tech Stack

Client: HTML, JS, CSS

Server: Django, Python

Clone this wiki locally