nss-evening-cohort-13 / star-destroyer-dashboard-star-destroyer-dashboard

star-destroyer-dashboard-star-destroyer-dashboard created by GitHub Classroom
0 stars 3 forks source link

Milestone 3: CRUD functions for weapons #69

Closed willkotheimer closed 3 years ago

willkotheimer commented 3 years ago

Star Destroyer website needs to have a weapons dashboard. We did it!

Description

It includes Create, Read, Update and delete functions for logged in users, and READ only functions for logged out users.

Related Issue

https://github.com/nss-evening-cohort-13/star-destroyer-dashboard-star-destroyer-dashboard/issues/37

Motivation and Context

This was created as part of the submission for the nutshell project -- Star Destroyer. The purpose is to use firebase and axios for auth and CRUD purposes.

How Can This Be Tested?

git pull origin development git checkout development npm start

URL https://star-destroyer-a0766.web.app

Screenshots (if appropriate):

NPM

Types of changes