Skip to content

NiFos/qa-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Q&A

Q&A web application

img

You can find backend part: here

Demo

Here

Tech stack

  • Apollo Graphql: Client/Server Graphql Framework.

    Apollo Server is an open-source, spec-compliant GraphQL server that's compatible with any GraphQL client, including Apollo Client.

    Apollo Client is a comprehensive state management library for JavaScript that enables you to manage both local and remote data with GraphQL. Use it to fetch, cache, and modify application data, all while automatically updating your UI.

  • MongoDB: NoSql Database

    MongoDB it's a good document oriented database. I chose it because I prefer documents to storing posts data.

1) Clone repo
2) yarn install
3) Configure backend
4) yarn start