Giter Site home page Giter Site logo

express_todo_api's Introduction

Express TO-DO Application API

Steps to run project

  1. install node from nodejs (prefer to install LTS version)
  2. clone this repository via git clone https://github.com/MdEstiakAhmed/express_todo_api.git
  3. install all dependencies via npm install
  4. install mongoDB from MongoDB
  5. install Compass from Compass
  6. connect mongodb with compass 1.
  7. create a database in compass named todo_app
  8. create one collection named users
  9. run the application via npm start
  10. Check postman documentation for API information. (documentation)

Features:

  1. register user
  2. login user
  3. view user profile
  4. update user profile
  5. add todo
  6. get todo (get by status, get between date range)
  7. update todo
  8. delete todo
Process to connect MongoDB with Compass

Footnotes

  1. execute the mongo.exe from C:\Program Files\MongoDB\Server\{version}\bin. and collect the connection string (only the IP address and port exp: mongodb://127.0.0.1:27017) โ†ฉ

express_todo_api's People

Contributors

mdestiakahmed avatar

Watchers

James Cloos avatar  avatar

express_todo_api's Issues

TODO API

  • create
  • read (with date filter, pagination)
  • update
  • delete
  • TODO list item filter
  • search

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.