ABW1729 / test

Home Page:https://stock-tracker-virid.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Prerequisites

AlphaVantage API key
Nodejs,npm,python,pip installed

Environment Variables

APIs are defined in backend/djangoapp/views.py
API KEY ,MongoDB URI should be replaced in views.py

Installation

git clone https://github.com/ABW1729/test.git
cd test  
npm i --legacy-peer-deps  
npm run dev

This will start frontend of app at http://localhost:3000

Backend Installation

cd test  
pip install -r requirements.txt
cd backend/backend  
python3 manage.py runserver

This will start backend at http://localhost:8000

About

https://stock-tracker-virid.vercel.app


Languages

Language:Python 37.9%Language:TypeScript 28.6%Language:JavaScript 23.0%Language:CSS 9.6%Language:SCSS 0.8%