Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 653 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 653 Bytes

FullStack-GraphQL

Visitors

Full-Stack GraphQL tutorial project built with React Hooks, Express, Apollo, and MongoDB. Firebase auth is used for user authentication.

git clone https://github.com/ajitfawade/FullStack-GraphQL.git
cd server
npm install
npm start

open one more terminal
cd client
npm install
npm start