KidsKonnect builds software to help day-care organizations succeed. One of the features is that we offer daycare employees with an overview of children that are scheduled to attend on a given day. We call every occurrence of a child that will attend on a certain time a "session".
- server : for the database
- client : application developed part of assignment
- $ cd server && yarn install
- yarn start
- $ cd client && yarn install
- $ yarn dev (to run the app)