This is an application that allows DevPoint Labs alumni to find each other, make connections, and also collaborate on projects together. The app is my final project I graduated with for the DevPoint Labs web development bootcamp.
git clone git@github.com:jimibue/react-rails-semantic-starter.git
CHANGE THIS TO YOUR REPOcd project-name
bundle install
- in database.yml change name of database
what_ever_you_named_your_start_project
to project-name rails db:create db:migrate db:seed
rails s -p 3001
cd client && yarn
yarn start
-
- remove origin
git remote rm origin
- git add remote origin to new repo
- remove origin