Skip to content

Kanon11/graphQL-projectManagement-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Run the application

# 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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published