Skip to content

Latest commit

 

History

History
49 lines (34 loc) · 1 KB

README.md

File metadata and controls

49 lines (34 loc) · 1 KB

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