Code Monkey home page Code Monkey logo

task-manager's Introduction

Task Manager APIs


Feature

  1. User signup with mail notifications
  2. Security by encryption of user's details
  3. CRUD operation on user and task

Setup the Project

  1. Install NodeJS in your machine

  2. Install node modules

    $ cd task-manager\
    $ npm i
    
  3. set up config.json.

    • Make duplicate file of config/example.config.env by naming it config.env.
    • Set send grid email API token in config.env after creating account on sendgrid.com
    • Set other needed config environment
  4. Project structure

    1. Root

      ./

      ├── src template folder containing JS, CSS, HTML files

      ├── package.json package manager file

      ├── package-lock.json package manager file

      ├── .gitignore list of files and folders to be ignored in git

      ├── README.md Instruction file

    2. /src

      ./

      ├── config/example.config.env configuration file

      ├── middleware/auth.js file for authorization file

      ├── models containing file for mongoose models

      ├── router containing files for APIs

      ├── service/email_sending,.js file to send email

      ├── test file for unit testing

Run the Project

  • Go to project (task-manager) directory in terminal and run the command

    npm run start 
    

    // will run on localhost:3000


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.