Skip to content

Full-stack application that showcases GA SEI Neptune student projects. Backend built with Ruby on Rails and PostgreSQL, deployed via Heroku. Frontend built with React and Styled Components, deployed via Netlify.

Notifications You must be signed in to change notification settings

jngong/neptune-project-showcase

Repository files navigation

GA SEI Neptune Project Showcase

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.

Technology Stack

  • Backend RESTful API built with Ruby on Rails and PostgreSQL
  • Frontend User Interface built with React.js and Styled Components

Backend Planning

Entity Relationship Diagram

entity-relationship-diagram

API Endpoints

  • 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

Frontend Planning

Wireframes

wireframes

React Component Hierarchy

component-hierarchy

About

Full-stack application that showcases GA SEI Neptune student projects. Backend built with Ruby on Rails and PostgreSQL, deployed via Heroku. Frontend built with React and Styled Components, deployed via Netlify.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published