Skip to content

AbulFozolJumman/Resilience-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Resilience-backend

To GET data

To POST, PUT and DELETE data

If you want to run it locally on your computer, follow these steps:

  • Clone the Repository Open your terminal or command prompt. Navigate to the directory where you want to create a local copy of the repository. Type the following command: git clone https://github.com/AbulFozolJumman/Resilience-backend.git

  • Install Dependencies: Change into the cloned directory: cd Event-360-Backend code .

  • Install the required dependencies using npm (Node Package Manager): npm install

  • Set your own MongoDB database information and make a .env file with following information PORT= DB_USER= DB_PASS=

  • Now write the following command and run in your default browser localhost following your given PORT name npm run dev

That’s it! You’ve successfully cloned the repository and can now explore and run it locally on your computer. Happy coding!