Skip to content

A form that can be filled by Users and and be display on a table. Frontend and Backend Connectivity in NodeJS

Notifications You must be signed in to change notification settings

shivansh1012/FormUsingMERN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

FormSubmissionUsingMERN

Created a Form to accept data and store it in database. And A seperate page to display all the form data in a dynamic table.

Getting Started

Installing

  • After cloning the repository run command "npm i" in backend and frontend folders.
  • In ./backend/ create a .env file and define
    MERN_DB_URI=mongodb://localhost:27017/FormsDB
    
    PORT = 5000
    
    FORM_NS=FormSubmission
    
    
    

Executing program

  • To start server, Go in ./backend and execute
    npm run dev
    
  • To start client, Go into ./frontend and execute
    npm start
    
  • !The Client and Server has to run together for it to work.

Functioning

  • Form Page image
  • Table to display submitted forms (/list) image

About

A form that can be filled by Users and and be display on a table. Frontend and Backend Connectivity in NodeJS

Topics

Resources

Stars

Watchers

Forks