Skip to content

puneeth032003/task-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Task Manager

Task Manager is a task manager built with Vite, React, JavaScript, Node.js, Express, MongoDB, and Tailwind CSS. This app is designed for seamless task management.

Main Technologies

  • React
  • JavaScript
  • Node.js & Express
  • MongoDB & Mongoose
  • Vite
  • Tailwind CSS

Environment Setup

  • Frontend: A sample environment file is located in the frontend folder. It includes placeholders for environment variables used by the React application.
  • Backend: A sample environment file is located in the backend folder. It includes placeholders for environment variables used by the Node.js/Express application.

Please make sure to replace the placeholders in these .env.sample files with your actual values in the .env files to run the application successfully.

📁 Running the Project

Frontend

  1. Navigate to the frontend directory.
  2. Create a .env file from the .env.sample file provided.
  3. Replace the placeholders in the .env file with your actual values.
  4. Install the required dependencies by running:
    npm install
  5. Start the development server by running
    npm run dev
    

Backend

  1. Navigate to the backend directory.
  2. Create a .env file from the .env.sample file provided.
  3. Replace the placeholders in the .env file with your actual values.
  4. Install the required dependencies by running:
    npm install
  5. Start the development server by running
    npm run start
    
    
    
    
    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors