Skip to content

Latest commit

 

History

History
15 lines (15 loc) · 502 Bytes

README.md

File metadata and controls

15 lines (15 loc) · 502 Bytes

Sign In System

Recent Fix up

I wrote this full stack application to learn full stack, and to put some thing on my porfolio. Since I finished writing it in April, I've learned so much I've decided to go through and clean it up.

Start up

Dependencies

  • Python
  • Node.js

Steps(frontend)

  1. npm run start

Steps(backend)

  1. cd backend
  2. python -m venv venv
  3. pip install -r requirements.txt
  4. "venv/Scripts/activate.bat" or sh venv/Scripts/activate.sh
  5. python main.py