Giter Site home page Giter Site logo

masai-notes-backend-app's Introduction

masai-notes-app

Description

A Web application for creating personalized notes.

Usage

Auth Route


Method | Route | Description

POST | /api/auth/user/register | Register a user POST | /api/auth/user/login | Login a user

Examples:

Register a user:

{ firstName: 'John', lastName: 'Wick', age: 35, role: 'Administrator', location: 'New York', username: 'JohnWick', email: '[email protected]', password: 'password' }

Login a user:

{ email: '[email protected]', password: 'password' }

Notes Route


Method | Routes | Description

GET | /api/notes | all notes of a user POST | /api/notes/create | create a note PATCH | /api/notes/update/:_id | update specific note of a user DELETE | /api/notes/delete/:_id | delete specific note of a user

Examples:

{ title: 'List of corrupt officers', content: 'Majhnu Bhai, Rocky Bhai, and Gogo', priority: 'Urgent', isCompleted: false, author: 'JohnWick', }

masai-notes-backend-app's People

Contributors

sanjayrathva091 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.