This is a simple REACT application that allows you to share anecdotes with friends in a fun way.
Let a cycle be a set of times (e.g 7 days).
Every cycle each user will be able to do several actions:
- write an anecdote
- try to guess who has written each anecdote of the previous cycle
- see the result of every user in the room for the answers to the anecdotes two cycles ago
- Clone this repository
npm i
oryarn install
in both./delia/delia
and./delia/backend
- Create mysql database:
mysql -u [user] -p [database_name] < ./backend/sql/delia.sql
- Update the
./backend/config.json.example
according to your mysql configuration - Start the client
yarn start
in./delia/delia
- Start the server
node server.js
in./delia/backend
- Everything that is marked todo in the code
- Add a way to create rooms with the interface