Portfolio Builder Lite
Hello! This is the github repo for the server-side of Portfolio Builder Lite.
-
As a user, you can: sign in with your current email or create a new user account view, create and edit items in your portfolio view your finalyzed portfolio!
-
After your portfolio is created, the link can be shared without a user needing to login. So your portfolio/resume can be seen by an employer directly without hassle.
How it works:
Why We Made This
Working in a group collaborative effort, we wanted to fully exercise our understanding of ReactJS and Routing. We wanted to create something that would allow all team members to gain important experience with async behaviors, controlled forms, CSS, etc, while also providing a potentially useful product. It is our hope to host this so that people (not just those in technical fields), will be able to use it to quickly generate a resume to show a prospective employer.
Prerequisites
To use: Please clone down this repository by copying the link and running git clone <repo_url> in your terminal.
Please also make sure to clone down the frontend, which requires that you have a node package manager npm or yarn installed. Please see documentation before getting started.
https://github.com/moliver4/portfolio-builder-client
Frontend:
$ npm install
$ npm startBackend:
$ bundle install
$ rails db:create
$ rails db:migrate
$ rails db:seed //if you want dummy data
$ rails s //start server Creators
Image credits
Logos displayed through the app were designed by DinosoftLabs. You can find more of their work here: https://www.flaticon.com/authors/dinosoftlabs
