A user-driven social media and micro-blogging platform.
This is a social media app, built on React for the frontend, and Rails as an API backend. You can create an account, with passwords saved in an encrypted form on the database due to the bcrypt gem, and client-to-server auth using JWT.
This is the frontend, the backend can be found here.
OS X & Linux:
npm install
npm start
OS X & Linux:
bundle install
rails db:create
rails db:migrate
rails s
This is just a pretty straight forward social media website, similar to Tumblr. Create an account, post, follow other users, reblog, comment or like their posts.
Kat Michaela – @gothfemme – k@gothfem.me - github
- Fork it (https://github.com/gothfemme/lazuli-frontend/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request