This Repositry contains an server written in Typescript using Express.js to handle form submissions.
To run this server locally make sure to follow these steps :
Note : Make sure to clear the 'db.json' before you run the server initially :)
1 . Clone the repositry:
git clone https://github.com/lgsurith/json-db-backend.git
cd json-db-backend
- Installing the Dependencies :
npm install
pnpm install
- To Start the Server :
npm start
pnpm start
As indicated in the port , it will start at 'https://localhost:3000'.