Git Product home page Git Product logo

vanshul22 / crud_app Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 14.99 MB

CRUD App with the help of Express JS and MongoDB. Its a APIs app will tell how your application informs your database of what functions to perform. These functions can be modeled in different ways but they are designed to perform four basic CRUD operations; Create, Read, Update, Delete.

Home Page: https://github.com/vanshul22/CRUD_App/tree/master/CRUD_App_Video_in_Local_Server

JavaScript 100.00%
expressjs json-api mongodb nodejs

crud_app's Introduction

CRUD APP

CRUD App with the help of Express JS and MongoDB.
Its a APIs app will tell how your application informs your database of what functions to perform. These functions can be modeled in different ways but they are designed to perform four basic CRUD operations; Create, Read, Update, Delete.

To check CRUD_App in video please click here.

Working of this project ()=>{

  •   To run this project please download these files in your system.

  •   Please hit "npm install" in terminal where these files located to install all required packages.

  •   Make Sure Mongodb server running in background.

  •   Please hit "node app.js" in terminal to run the express server and connect database with server.

  •   To hit requests you have to hit "http://localhost:9000/persons".

  •   GET : http://localhost:9000/persons

  •   POST : http://localhost:9000/persons | Please send json parameters in this schema ()=>   { "name": "vanshul", "programming_language": "Python", "age": 23, "have_job": true }.

  •   PATCH : http://localhost:9000/persons/id_number_here | Please send json parameters any of this schema ()=>   { "name": "vanshul", "programming_language": "Python", "age": 23, "have_job": true }.

  •   DELETE : http://localhost:9000/persons/id_number_here | It will delete a particular person of same ID.

}

crud_app's People

Contributors

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