Skip to content

VS-Rock/Rad-Music-App

 
 

Repository files navigation

Table of Contents

About Details System-Requirements Installation Database Tech-Stack

About

Radma: the totally radical music assistant

Details:

Radma is a tool fo those that love music. The grunge heads, the easy listener, the old man down the street! The radically interactive app lets you add your favorite bands that the locals may not know about, search bands that you know of, remind yourself of events with texts and upload your own pics!

System-Requirements

Node version >= 8 npm >= 6

Installation

  • Install MySQL 5.7 => (MySQL 5.7)
  • Install nodemon using 'npm i -g nodemon'
  • Connect to mysql with mysql -uroot
  • Create a database called radma
  • Clone this repo => (Radma Github)
  • Change to the directory in which you saved this repository by using cd _PATH_NAME_
  • Run npm install to install the dependencies needed
  • Bundle your repository using npm run build
  • Launch your server using npm run start
  • Connect to the site localhost:3000
  • Add the following to as a .env in your root directory

REACT_APP_GOOGLE_MAPS_API_KEY= //google maps api key
GM_SECRET= //google maps
G_CLIENT_KEY= //google client key
SEQUEL_PASS= //database password
CLOUDINARY_NAME= //cloudinary name
CLOUDINARY_API_KEY= //cloudinary api key CLOUDINARY_API_SECRET= //cloudinary api secret
REDIRECT=http://localhost:(PORT_NUMBER)/. <= this should redirect you correctly unless you deploy
ENVIRON=dev
TWILIO_ACCOUNT_SID= //twilio SID
TWILIO_AUTH_TOKEN= //twilio token

Database

Database

Tech-Stack

enter image description here

See CONTRIBUTING.md for contribution guidelines.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 97.8%
  • SCSS 1.1%
  • HTML 1.1%