Ekşi sözlük clone project just for practice on Spring Boot and ReactJS.
docker-compose up -d
Wait until the backend up, then
docker exec -it postgres bash
psql -U testuser_eksi -d testdb_eksi -f /sample_data.sql > /dev/null
- Complete the missing pages
- Add redis for caching
Data was generated by python's faker library.