Arvind-4 / dow-stock

Simple Stocks app in Python and Next.js

Home Page:https://dowstock.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dow Stock

Simple Stocks app in Python and Next.js

📦 Tech Stack:

  • FastAPI - FastAPI framework, high performance, easy to learn, fast to code, ready for production.
  • Next.js - The React Framework for the Web.
  • Typescript - JavaScript with syntax for types.
  • Tailwind 3 - Rapidly build modern websites without ever leaving your HTML.

Demo:

Home Page

Getting Started:

  • Clone repository
mkdir ~/Dev/dow-stock -p
cd ~/Dev/dow-stock
git clone https://github.com/Arvind-4/dow-stock.git .
  • Install Dependencies (Frontend):
cd ~/Dev/dow-stock
npm i
  • Install Dependencies (Backend):
cd ~/Dev/dow-stock
python3.8 -m pip install virtualenv
python3.8 -m virtualenv . 
source bin/activate
pip install -r requirements.txt
  • Run Server (Frontend):
npm run dev
  • Run Server (Backend):
bash scripts/run.sh

Open localhost:3000 for the Front end and localhost:8000 for Back end.

About

Simple Stocks app in Python and Next.js

https://dowstock.vercel.app


Languages

Language:TypeScript 62.8%Language:Python 16.1%Language:Jupyter Notebook 12.9%Language:JavaScript 5.2%Language:CSS 1.9%Language:Shell 1.2%