Giter Club home page Giter Club logo

task-management-system's Introduction

To open Client side.

  • First we have clone this project using this command git clone
  • After the repository is cloned, we have to go project directory using this command cd <repo-name>
  • Next, we have to install npm package using this command npm install
  • Finaly, to start project we have to use this command npm start

To open server site.

  • First we have to go server project directory, that exist in client directory. then install npm package using this command npm install
  • next we have to connect mongodb cluster and copy uri from mongodb website and update uri variale that has index.js file.
  • Also, we have to update in uri variable process.env.DB_USER and process.env.DB_PASS. To update this we have to create .env file and store DB_USER=<user> and DB_PASS=<password>.
  • After completed all setup we have to use this command to run server site npm run dev.

Used react library to build client site.

  • React
  • React hooks
  • Tailwind
  • ReactRouter
  • SweetAlert
  • axios

Used library to build server site.

  • express
  • mongodb
  • jsonwebtoken
  • cors
  • dotenv
  • bcryptjs
  • cookie-parser

task-management-system's People

Contributors

mdshohed avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.