foy4748 / prevent_server_crash

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

After cloning this repo, first run this command bellow

npm install

Then look at the env.example file. It contains the necessary .env variables and example to run this demo. Create and add necessary variables in .env file.

Now you can run this server in Development mode by running this command below. Since, the package.json file contains the "dev" command

npm run dev

If nodemon is not installed, please install it by globally

npm i -g nodemon

About


Languages

Language:JavaScript 100.0%