Skip to content

ggwzrd/community-assignment-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CoinMunity Frontend

React Frontend made during the final Real World Project weeks of the 9-week Codaisseur Academy. The Backend for this project can be found here. The assignment was given by Guilio Gallerini of CoiNerd.

This project was made by a team of Codaisseur students:

Assignment

Creating a community Microservice for CoiNerd, a platform for cryptocurrency enthusiasts. Users can browse posts, create posts and respond to other posts with Trusts, Reports and Comments. Each user has a trustiness score. A user can only post with a trustiness score > -10 and can only report/trust with a trustiness score of >= 0. The trustiness score can be increased by daily sign-in and received trusts. It will be decreased when a user's posts are reported. See below for more information regarding the assignment.

  • Database: PostgreSQL
  • Backend: Ruby on Rails
  • Frontend: React.js
  • WebSockets via Action Cable

See the original repository.

Running Locally

Make sure you have Node.js and Yarn installed and the backend running.

git clone https://github.com/Abohte/coinmunity-assignment-frontend
cd coinmunity-assignment-backend
yarn install
yarn start