yogevlahyani / RTSP-Service

This is a simple CRUD fullstack app

Home Page:rtsp-service.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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: user@example.com

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

rtsp-service.vercel.app


Languages

Language:JavaScript 80.2%Language:Shell 13.0%Language:HTML 3.8%Language:Dockerfile 1.8%Language:CSS 0.9%Language:Makefile 0.3%