Giter VIP home page Giter VIP logo

project-3's Introduction

logo_ironhack_blue 7

Freedemy

Ironhack Web Development Bootcamp 9th week project: MERN Stack SPA e-learning platform. This is an E-learning Web App was bootstrapped with Create React App and other libraries. The UI framework used was React-Bootstrap.

Here's the route we will be using:

SERVER

API COURSES

Route HTTP Verb Description
/api/courses/sampleCourses GET Show random Courses
/api/courses/getAllCourses GET Show all Courses
/api/courses/getTeacherCourses/:id GET Show all Teacher Courses
/api/courses/getOneCourse/:id GET Show one Course
/api/courses/newCourse POST Create new Course
/api/courses/editCourse/:id PUT Edit Course
/api/courses/deleteCourse/:id DELETE Delete Course
/api/courses/deleteTeacherCourses/:id DELETE Delete Courses created by Teacher

API TEACHERS

Route HTTP Verb Description
/api/teachers/getAllTeachers GET Show all Teachers
/api/teachers/getTheTeacher/:id GET Show Teacher Details
/api/teachers/getOneTeacher/:id GET Validate Teacher role
/api/teachers/newTeacher POST Create new Teacher
/api/teachers/editTeacher/:id PUT Edit Teacher
/api/teachers/deleteTeacher/:id DELETE Delete Teacher

API USERS

Route HTTP Verb Description
/api/users/getOneUser/:id GET Get User Details
/api/users/editUser/:id PUT Edit User
/api/users/deleteUser/:id DELETE Delete User
/api/users/userFavCourses/:id GET Show User Favorites Courses List
/api/users/userFavTeachers/:id GET Show User Favorites Teachers List
/api/users/editUser/updateFavCourses/:id PUT Update User Favorites Courses List
/api/users/editUser/updateFavTeachers/:id PUT Update User Favorites Teachers List

API COMMENTS

Route HTTP Verb Description
/api/comments/getCourseComments/:id GET Get Course Comments
/api/comments/newComment POST Create Comment
/api/comments/deleteComment/:id DELETE Delete Comment

API AUTH

Route HTTP Verb Description
/api/login POST Manage log in form
/api/signup POST Manage sign up form
/api/logout POST Manage log out
/api/loggedin GET Manage session persist

API FILES

Route HTTP Verb Description
/api/upload POST Upload files

CLIENT

Route Description
/ Home Page
/courses Show All Courses
/courses/:course_id Show One Course
/teachers Show All Teachers
/teachers/:teacher_id Show Teacher Details
/signup Show Signup Form
/profile Show User Profile
/profile/edit-user Show Edit Form
/profile/create-teacher Show Create Teacher Profile Form
/profile-teacher/edit-teacher Show Edit Teacher Form
/profile-teacher/create-course Show Create Course Form
/profile-teacher/edit-course/:course_id Show Edit Course Form

project-3's People

Contributors

joseacasado avatar marisa2306 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

project-3's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.