dummyDb

dummyDB

An easy-to-use tool to generate dummy data for application testing.

Server Side

Create a .env file in the server directory and insert the following code. Replace the values with your credentials.

1# default port value 2PORT=5000

Start the server

$ cd server # go to the server folder $ npm i # install packages $ npm run dev # run the server locally $ npm build # builds the server

May 15, 2022