This project was bootstrapped with Create React App.
#README
Rails version 5.2.1
App for uploading quick sounds or ideas for musicians and artists.
#Usage
Start your PostreSQL server, then start the application with "rake start" in your terminal, navigate to http://localhost:3000/ in your browser, use the nav links to see, comment on and delete current sounds, or the form to add a new sound.
- Enter "git clone git@github.com:coryjbergquist/react-redux-sound-organizer.git" into your terminal while in your desired directory.
- Navigate to the newly cloned directory.
- Run "bundle install" to install all gems.
- Run "npm install" in the client directory to install packages. 4a. if you don't have the latest version on Node, visit this site to download and install: https://nodejs.org.
- Start your Postgres server.
- Run "rake start" to start the front end and back end servers.
- View current sounds and add sounds by clicking the "Sounds" or "Add Sound" links.
This project has been licensed under the MIT open source license: https://github.com/coryjbergquist/react-redux-sound-organizer/blob/master/LICENSE