Skip to content

pghandour/POST-form-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

POST-form-demo

POST with a React Front End and Express Back End

Setup:

Server

  1. Inside the server folder, do 'npm install'
  2. Once done installing, do 'node server.js'
  3. Server should then be hosted at localhost:8080, keep it running in the back.

Client

  1. Inside the client folder, do 'npm install'
  2. Once done installing, do 'npm start'
  3. React application should now be hosted at localhost:3000 and should be connected to the backend.

About

POST with a React Front End and Express Back End

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published