Skip to content

Qadriyah/crud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple CRUD application

Getting started

First, install the json server

npm install -g json-server

Start the server

json-server --watch db.json

The server will be running at http://localhost:3000

Running the frontend app

Run the following commands to run the frontend app

npm install # to install the dependencies
npm start # to start the app

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published