# Git Clone to your Loacal Machine
git clone https://github.com/Kanon11/graphQL-projectManagement-App.git
# Go to project directory
cd graphQL-projectManagement-App
# make .env file for setup connection string with db
cp .env.example .env
# install dependencies
npm i
# start backend server
npm run dev
# To run client side go to client folder with following cmd
cd client
# install dependencies
npm i
# start front end
npm start
now you are done, open http://localhost:3000 in your browser.
-
Notifications
You must be signed in to change notification settings - Fork 0
Kanon11/graphQL-projectManagement-App
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published