- add auth
- connect mongodb
- stylize ui
- add search bar
- add groups with tag
- add update option
- make the codebase cleaner with modern practices like file structuring (import, export)
- add documentation
- deploy it
clone repo
open terminal in repo folder
run npm install
in both front & back directory
to start the servers, run node index.js
in back & npm run dev
in front