Skip to content

jjbully/react-crud-form

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This is a React form app and it stores data to the local JSON server

  • You need to install both the react app and the JSON server for it to run.
  • If the google oauth doesnt work, please clear browser cache and try again or use your own google OAuth API key
  • Creating, editing, and deleting posts can only be done after log-in and only with the post created by your own google ID

Instruction

Start the client

In the project directory:

cd client

npm install

npm start

Start JSON server

In the project directory

cd json-server

npm install

npm start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published