Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 671 Bytes

README.md

File metadata and controls

36 lines (24 loc) · 671 Bytes

Project Express MongoDB (Atlas) - GraphQL and React Client

Project management app from to my studing.

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