issues
search
graninas
/
Hydra
Hydra is a full-fledged framework for building web services, multithreaded and concurrent applications with SQL and KV DB support.
BSD 3-Clause "New" or "Revised" License
193
stars
13
forks
source link
Music app
#57
Open
graninas
opened
4 years ago
graninas
commented
4 years ago
Documentation:
[ ] Describe the app
[ ] Specify the requirements to the app (what it should allow to do and in what form)
[ ] Describe a common workflow of a user (sequence of actions and interactions with the app to achieve some result from it)
[ ] Describe the main big parts and subsystems of the application
Implementation:
[X] Create a separate branch for this app development (music_proj)
[ ] Create a fresh (skeleton, frame) app without functionality (copy-paste the labyrinth app and remove all the unnecessary things)
[ ] Prepare runtime for Hydra, prepare business logic code (with no real logic, just a dummy)
Hint
Documentation:
Implementation:
Hint