Lii02 / signin-system

Home Page:https://lii02.github.io/signin-system/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

https://lii02.github.io/signin-system/


Languages

Language:TypeScript 51.3%Language:Python 22.3%Language:CSS 16.7%Language:HTML 9.7%