Skip to content

SinhaBarun/FlashCard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Flash Card App

Prsenting a deck of cards on dashboard for reviewing

Run Locally frontEnd

Go to the frontend directory

  cd frontEnd

Install dependencies

  npm install

Start the server

  npm run serve

Run Locally BackEnd

go to BackEnd directory

  cd BackEnd

install the libraries

    pip install -r .\requirement.txt

run the server

  python app.py

Run Locally Redis

run local Redis server

    redis-server

Access the app

go to localhost:8080

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published