Skip to content

yogevlahyani/RTSP-Service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RTSP Service

Running the app

Make sure there are no processes running on ports 3000 && 3001 Can be replaced anyway inside docker-compose.yml

First, run:

cp server/.env.example server/.env
cp client/.env.example client/.env

Then:

make build

Finally, run:

make start

Then you can go straight to localhost:3000

Enjoy!

Live example can be seen Here

Demo user:

User: [email protected]

Password: 123123

TODO:

Client
  • Add Logout button
  • Add back button
  • More generic notification system on frontend with redux and global snackbar
  • Improve error handling
  • Do some cleanups
Server
  • Add swagger
  • Improve logs on BE
  • Improve error handling
  • Do some cleanups

About

This is a simple CRUD fullstack app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published