Skip to content

form app server that can be used to create forms and manage them and let users fill them and submit them.

Notifications You must be signed in to change notification settings

edaywalid/form-app-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

95 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FORM APP

Description

this is a simple form app server that can be used to create forms and manage them and let users fill them and submit them.

Features

  • Create forms
  • Edit forms
  • Delete forms
  • Fill forms
  • Add fields to forms
  • Edit fields in forms
  • Delete fields in forms
  • Remove fields from forms
  • Real-time form field editing
  • Submit forms
  • Get form submissions

Technologies

  • Node.js
  • Express.js
  • MongoDB
  • JWT
  • Socket.io
  • Bcrypt

Installation

  1. Clone the repository
  2. Run npm install
  3. Create a .env file and add the following variables:
    • JWT_KEY
    • MONGODB_URI
    • PORT

Usage

  1. Run npm start
  2. Open your browser and go to https://localhost:3000 (or the port you specified in the .env file)

About

form app server that can be used to create forms and manage them and let users fill them and submit them.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published