Skip to content

gothfemme/lazuli-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Laz•u•li

A user-driven social media and micro-blogging platform.

Video Demo

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.

Development Setup

Frontend

OS X & Linux:

npm install
npm start

Backend

OS X & Linux:

bundle install
rails db:create
rails db:migrate
rails s

Usage example

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.

Meta

Kat Michaela – @gothfemmek@gothfem.me - github

Contributing

  1. Fork it (https://github.com/gothfemme/lazuli-frontend/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published