Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 593 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 593 Bytes

chrrp

This is a "twitter-lite" web service! You have the ability to:

  • create an account
  • create, edit & delete posts
  • view other users posts

Getting started:

  • Clone or download this repository.

  • cd server

  • yarn install

  • node src/index

  • In root yarn install

  • yarn start

    Enjoy!

Technologies

This app was built with:

  • React - Frontend framework for building user interfaces
  • Apollo Client 2.1 - Caching GraphQL client
  • graphql-yoga - GraphQL server
  • Prisma - Open-source GraphQL API layer, turns database into a GraphQL API