Skip to content

KingVics/project-mgmt-graphql

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Mgmt App

Project management app from my GraphQL crash course on YouTube

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

About

Full stack GraphQL, Express & React app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 90.9%
  • HTML 6.5%
  • CSS 2.4%
  • Shell 0.2%