[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

jithinkmatthew/crud-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

crud-app

A simple CRUD application

Steps to use

  1. Clone the repository

    git clone https://github.com/jithinkmatthew/crud-app.git

  2. Navigate to the repository by typing

    cd crud-app

  3. Install all the dependencies

    npm i

  4. Start the Fake Server

    npm run mock:api

    Once it is successfully started, you can see logs like this. Please refer the below screenshot.

    image.png

  5. Open http://localhost:4000/ and verify the server status.

  6. Open html file in the browser from app folder. Enter the inputs and click on Submit button.

  7. After submiting the form, you can see a JSON output.

  8. check newly create user details from http://localhost:4000/users

About

A simple CRUD application with REST API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages