Skip to content

This is the backend server code for the Forms Application

Notifications You must be signed in to change notification settings

yourselfthere/formsBackend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

BackEnd Code For Desktop app

In order for our forms desktop app to work properly we first need our backend server up and running.

Run Locally

Clone the project

  • Clone it using the url of the repo
  • or you can download the zip file also
  • The folder containing the code would be 'formsBackend-main'
  git clone https://github.com/yourselfthere/formsBackend.git

Go to the project directory: -Go to the project directory according to your relative or absolute path

  cd formsBackend-main

Install dependencies

  npm install

Starting the server: After installing the proper dependencies run the code in order to open the src directory

  cd src

Start the Server:

  ts-node server.ts

This will get the backend server running.

We have a 'db.json' file already in the 'src' directory containing some data in order viewSubmissions. Delete , Edit , Search by email functionalities were added.

About

This is the backend server code for the Forms Application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published