Skip to content

Latest commit

 

History

History
50 lines (38 loc) · 1.49 KB

README.md

File metadata and controls

50 lines (38 loc) · 1.49 KB

GraphQL-React-Full-Stack-App

A full-stack project management system with GraphQL, Express, MongonDB, React and Apollo.

TechStack:

✅ GraphQL
✅ Express
✅ MongoDB
✅ Mongoose
✅ React
✅ Apollo Client

Usage

Install backend dependencies

npm install

Install client dependencies

cd client
npm install

Add Mongo URI

If you're going to use MongoDB, create a database with Atlas, add it to the .env.example file and rename the file to .env

Run backend & frontend

npm run dev
cd client
npm start

Queries & Mutations Gist

Screenshots of the App.

Screenshot 2022-09-03 at 16 21 29

Screenshot 2022-09-03 at 16 21 45

Screenshot 2022-09-03 at 16 22 15

Screenshot 2022-09-03 at 16 22 31