Requirement |
---|
NODE |
1 - Clone.
2 - Install the necessary dependencies:
npm install --save
3 - Create your .env
file from .env.example
and add the environment variables:
cp .env.example .env
4 - Run the server :
nodemon index
Requirement |
---|
NODE |
1 - Clone.
2 - Install the necessary dependencies:
npm install --save
3 - Create your .env
file from .env.example
and add the environment variables:
cp .env.example .env
4 - Run the server :
nodemon index