A simple streaming web app.
Demo Here.
-
Download/clone the repository.
-
Open a cli in the
apifolder and install all the dependencies usingnpm icommand. -
Run
npm run devto launch the server. -
Open a new cli in the
clientfolder and install all the dependencies usingnpm icommand. -
Launch client side with
npm run devcommand.
| Variable | Description |
|---|---|
| SECRET_KEY | jwt secret key |
| MONGO_URL | mongodb database uri |
| PORT | your prefferred port |
- REST api
- Register and Login system
- Fully responsive
- JWT for managed session authentication
- State management with react context
- No library/dependency based carousel
- react
- axios
- mongodb (mongoose)
- express
- sass
- JWT