Gorgoneye Cinema Academy is an online platform dedicated to providing free courses in the realm of film studies. Aspiring filmmakers and cinephiles alike can delve into a variety of courses covering topics such as the history of cinema and cinematographic techniques. Our platform aims to democratize access to film education, fostering a community where users can enhance their understanding of the art and craft of filmmaking from anywhere in the world.
Features:
- Free Courses: Gain access to a diverse range of courses without any cost barrier.
- User Registration: Register and create an account to enroll in courses and track your progress.
- History of Cinema: Explore the evolution of cinema through comprehensive historical lessons.
- Cinematographic Techniques: Learn the fundamentals and advanced techniques used in filmmaking.
- Interactive Learning: Engage with interactive content and multimedia resources to enhance your learning experience.
- Community Interaction: Connect with fellow film enthusiasts, share insights, and collaborate on projects.
- Accessible Anywhere, Anytime: Access courses and resources from the comfort of your home, on your schedule.
- Clone repository.
- Install all the dependencies on the project
npm install
-
- Project backend: https://github.com/MartaGBayona/final-project-backend.git
npm run dev
- Director:
name: "Director",
email: "[email protected]",
password: "123456",
role: "director"
- Student:
name: "Alumno",
email: "[email protected]",
password: "123456",
role: "student"
- Home:
- Register
- Log
- Courses
- Profile
- Courses with role director
- Users with role director
✅ Register new users
✅ Logging users
✅ View all courses
✅ View all subjects on courses
✅ Edit user profile
✅ Inscription on course by student
✅ Delete inscription by user
✅ Edit course by director
✅ Create course by director
✅ Delete course by director
✅ Create subject on course by director
✅ View all users on db by director
✅ Delete users by director
✅ Delete user found by input by director
🔲 View all inscription by director
🔲 Delete inscriptions by director
🔲 Edit subjets by director
🔲 Up document to subjet by student
🔲 Create evaluation note by teacher
🔲 Dynamic calendar with class dates
My deepest gratitude to all my colleagues at GeeksHubs Academy.