https://neptune-projects.netlify.app/
As an Instructional Associate for General Assembly's Software Engineering Immersive program, I'm working with a group of 24 fellows to help them achieve their goal of becoming software engineers. Throughout the program, my fellow instructors and I guided students in the Neptune cohort through creating 4 projects each over the course of 3 months (April-July 2020). This site showcases these projects.
- Backend RESTful API built with Ruby on Rails and PostgreSQL
- Frontend User Interface built with React.js and Styled Components
- Get all projects: GET
/api/projects
- Get projects by unit: GET
/api/projects/:unit_id
- Create project: POST
/api/projects
- Edit project: PUT
/api/projects/:unit_id/:project_id
- Delete project: DELETE
/api/projects/:unit_id/:project_id