Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 411 Bytes

README.md

File metadata and controls

37 lines (24 loc) · 411 Bytes

WRDS

Wrds is a website to learn, test and find word lists to study.

Initial setup

  • Install the requirements
pip3 install -r requirements.txt
  • Cd to src/
cd src
  • Insert sample values into the database
python3 server/database.py

Running the server

  • Cd to src/ (necessary for relative paths)
cd src
  • Run server.py
python3 server.py