Skip to content

Bralic/wordleGame

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wordleGame

Get Started

Before starting you need to install psql on your device.

  1. Clone the git repository
  2. cd frontend
  3. npm install
  4. cd ..\backend
  5. npm install
  6. cd ..
  7. psql -U <username> -f database.psq
  8. enter the posgres password
  9. Create a .env
  10. pip install psycopg2
  11. pip install dotenv
  12. python filter.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 82.7%
  • CSS 11.8%
  • Python 4.9%
  • HTML 0.6%