About Details System-Requirements Installation Database Tech-Stack
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!
Node version >= 8
npm >= 6
- 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
See CONTRIBUTING.md for contribution guidelines.