record video and store them in a database
clone and run (yarn
) or (npm i
) in root dir
this project is bootstrapped by vite so make sure to run yarn dev
in order to run development server
- components: where we store all reuseable piece of our application
- utils: all utility and helper functions
- hooks: where all hooks belongs to
- config: global config and constant data
- api: all responsible functions for talking to the backend