- Clone the repository:
git clone https://github.com/amarnath-dev/project-management-app.git
- Navigate to the project directory:
cd project-management-app
- Install dependencies for both frontend and backend:
cd frontend npm install cd server npm install
- Set up environment variables:
- Create a .env file in the server directory and add necessary env variables.
PORT = your-port-value DB_URI = your-db-urI JWT_SECRETE = your-jwt-secrete
- Start the development server:
cd frontend npm start cd .. cd server npm run dev
- Access application in your browser at http://localhost:3000/.
- React.js
- Node.js
- Express
- MongoDB
- Bootstrap