This Video Library serves as a collaborative tool for students and professors to share lectures and provide feedback.
This project was built for the WebTech course, Duisburg-Essen University.
Jan Eickholt, Kevin Bouten, Pierre-Maurice Merckel, Elias Bugil, Tim Witzdam
This project is built on the MERN stack. For deployment it uses Docker and the preview instance is deployed on a Linux VPS.
username: test
password: test
- Create a
.envin the root folder containingJWT_SECRET,MONGO_URL(provided by us in the final submission), a video and image file pathFILE_PATH(when using it with docker this must be "/app/media"), as well as aVITE_BACKEND_URL. - Create a
.envin the frontend folder containingVITE_BACKEND_URLandVITE_COOKIE_DOMAIN(for local testing that's just "localhost"). - Setup docker
- Use
docker-compose up -d