Skip to content
/ delia Public

A simple application that allows you to share anecdotes with friends in a fun way.

Notifications You must be signed in to change notification settings

grimhilt/delia

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Delia

This is a simple REACT application that allows you to share anecdotes with friends in a fun way.

Concept

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

Install

  1. Clone this repository
  2. npm i or yarn install in both ./delia/delia and ./delia/backend
  3. Create mysql database: mysql -u [user] -p [database_name] < ./backend/sql/delia.sql
  4. Update the ./backend/config.json.example according to your mysql configuration
  5. Start the client yarn start in ./delia/delia
  6. Start the server node server.js in ./delia/backend

Todo

  • Everything that is marked todo in the code
  • Add a way to create rooms with the interface

About

A simple application that allows you to share anecdotes with friends in a fun way.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published