This README.md file provides instructions on how to run the app.js
file, which utilizes Express.js, with Nodemon for automatic server restarts upon file changes.
Ensure you have the following installed on your system:
- Node.js - JavaScript runtime environment
- Nodemon - Utility that monitors for changes in files and automatically restarts the server
-
Clone the repository to your local machine:
git clone https://github.com/Nyx1on/Snapify-backend.git
-
Navigate to the project directory:
cd <project-directory>
-
Install dependencies:
npm install
No additional configuration is required. However, you may adjust settings in app.js
according to your needs.
To start the server, run the following command:
npm start