Inspiration Station is a digital vision board app built with a JavaScript frontend and Rails API backend.
A vision board is a fun way to set your intentions for the future. For many successful people, putting together a vision board is the first step to turning dreams into reality. Find your inspiration and map it out here.
To find out more about this project, check out my Medium post about the process.
- Clone this Github repo of the project's front end.
- Clone the backend. Please follow this link to the backend.
- In your terminal, cd into the /vision_board_backend directory.
- Run $ bundle install to download dependencies.
- Enter $ rails s to run the API on the Puma web server.
- Navigate to http://localhost:3000/api/v1/items once the server is running to view the endpoint we will be sending the get fetch request to.
- To start front-end, cd into the /vision_board_frontend directory from your terminal.
- Enter 'open index.html' in your terminal to see the front end in your browser.
- To stop running the server, enter CTRL-C in your terminal.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.