Skip to content

Project Pilot is a project management application for freelancers where you can manage all your ongoing and add clients to each projects.

Notifications You must be signed in to change notification settings

Diveshmahajan4/Project-Pilot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Pilot - A Project Management Application

Project Pilot is a project management application fo freelancers where you can manage all your ongoing and add clients to each projects. You can perform all the CRUD operation in this application. This webapp is made using React.js, GraphQL and MongoDB.

TechStack:

My Skills


page1


How to run the Project 🚀

  1. Fork and Clone the Repo
      git clone "https://github.com/<username>/Project-Pilot.git"
  1. Installing Node Modules
      cd server
      npm install

      cd client
      npm install
  1. Create a new database in MongoDB.
  2. Creating a .env file in server and add the following
      NODE_ENV = 'development'
      PORT = 5000
      MONGO_URI= ''
  1. Now, you're ready to go! 🚀
      cd server
      npm run dev

      cd client
      npm start

About

Project Pilot is a project management application for freelancers where you can manage all your ongoing and add clients to each projects.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published