Skip to content

Releases: electrala/server

v1.0.0 - Alpha Release

05 Nov 07:50
edfcaa0
Compare
Choose a tag to compare
Pre-release

v1.0.0 - Alpha release, release notes

Overview

This is the first major release of Electra LA that includes all of the features, components, files and media that have been added to the project thus far. Our team intends to release a beta version of this app on the 21st of November 2019.

We would love any and all user feedback we can get from the general public at this time so please feel free to share the site with friends, family and coworkers alike and send us an email @ electra.la.2019@gmail.com or if you have time for a brief survey submit feedback here: Electra LA Survey

This is the client-side release of Electra LA

Feature List

  • Created ability to sign up as a new user
  • Added log in functionality with validation
  • Added ability to add a critique as a signed in user
  • All visitors to the site can view a gallery of critiques
  • All visitors can view a critique modal which gives a large view of the art and gives the artists and critiques info

Routes

  • Created user creation, edit, select and delete routes
  • Created critique creation, edit, delete, select single and select all routes
  • Created AWS upload route and upload functionality

Controllers

  • Created a user controller
  • Created a critiques controller

Models

  • Created user model
  • Created critique model

Database/Server environment

  • Installed and configured SQL database using postgres
  • Installed Node.js and Express.js
  • Implemented AWS-SDK and s3 cloud storage

Hosting

  • Deployed and configured Heroku hosting environments

Tooling/Configurations

  • Installed/configured gitHub deployment