Skip to content

LaunchPix is a template for an educational photo sharing and demonstration site with code-revelation components. As code is executed on the server, users receive a visual representation and pseudo-code explanation of what is actually rendering as they navigate and interact with the site.

License

Notifications You must be signed in to change notification settings

SimplexDev/LaunchPix

Repository files navigation

LaunchPix

[Build Status Code Climate Coverage Status

Description:

Thank you for using LaunchPix! Developed in 2018 as a skills demonstration platform I strive to reveal to users what code is being executed behind the scenes of this socially-driven sharing platform. The site was built with a Rails backend, React frontend, Foundation styling, and a focus on TDD with RSpec and Jasmine.

Setup:

To set up the project on your local machine (Mac):

  1. Clone repo locally git clone https://github.com/SimplexDev/LaunchPix.git
  2. Run bundle exec install then npm install
  3. Run rake db:create then rake db:migrate && rake db:rollback && rake db:migrate then rake db:seed
  4. Run rails s in one console tab, open another console tab and concurrently run npm start
  5. Open your browser and visit localhost:3000

For testing:

  1. Run rake db:test:prepare then rspec

Built With:

Acknowledgments:

Thank you to all my mentors, instructors, and teammates at Launch Academy coding bootcamp!

About

LaunchPix is a template for an educational photo sharing and demonstration site with code-revelation components. As code is executed on the server, users receive a visual representation and pseudo-code explanation of what is actually rendering as they navigate and interact with the site.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published