A NodeJS Project for managing Members & Subscriptions for watching movies.
This project includes two web servers: Cinema (Managing system users, front end transmitting), and Subscriptions(API for managing movies & subscriptions)
You should run simultaneously both Subscriptions & Cinema node servers.
cd Cinema /// cd Subscriptions
npm run dev-ts
and then, go to 'http://localhost:4000/' for Cinema front end