Skip to content

VickM12/unitThree_backEnd

Repository files navigation

Spoofy (Music playlist app)

B-Dev Team Members:

Vicktor Moberg - Lead Dev Samuel Cherisme - Lead Front-End Dev Brian Bickes - Lead Back-End Dev

Steps

Install Gulp Globally

npm i -g gulp-cli

Start the dev server

npm run dev

or

yarn dev

Start the dev server with proxy

npm run proxy

Build files for production

yarn build

or

npm run build

Deploy for production script

npm start

or

yarn start

======= Team: Vicktor Moberg, Samuel Cherisme, Brian Bickes.

Technologies Used:

This project is a full MERN stack utilizing Node.JS, Express, React and Mongoose. We used Mongoose as our database, storing users login name and passwords and using bcrypt ot hash the passwords to safely ensure that user's passwords can't be viewed by others. We also use mongoose to store the information for user inputted information about their favorite artists and tracks. We are pulling from an external API for users to search for various artists and tracks that they can implement into their favorites section.

Approach Taken:

Our initial approach for this project was for users to pull information from the API and be able to add the information directly from the API into their favorites such as favorite artist and favorite track. Unfortunately, we had difficulties getting this to work and switched to users manually inputting their favorite artists and tracks into the favorites section and using the API as more of a search functionality for users to find tracks related to their favorite artists for example.

Unsolved Problems:

About

Unit Three Back End repo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors