Skip to content

Latest commit

 

History

History
33 lines (17 loc) · 589 Bytes

README.md

File metadata and controls

33 lines (17 loc) · 589 Bytes

Ekşi Sözlük Clone

Under development!

Ekşi sözlük clone project just for practice on Spring Boot and ReactJS.

Run (Docker)

docker-compose up -d

Populate Database

Wait until the backend up, then

docker exec -it postgres bash
psql -U testuser_eksi -d testdb_eksi -f /sample_data.sql > /dev/null

To Do List

  • Complete the missing pages
  • Add redis for caching

Screenshot

screenshot

Data was generated by python's faker library.