Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 743 Bytes

SETUP.md

File metadata and controls

20 lines (13 loc) · 743 Bytes

Setup Guide

Back to README.md

Ensure you have the following installed on your local machine:

Getting Started

1. After cloning the repository, navigate to the project's directory using: cd Brief-Me

2. Run npm install in the root directory to install the dependencies.

3. Make sure to start your mongoDB and Redis server on your local machine.

4. Run npm start to run the server.

5. Open http://localhost:8000 to view it in the browser. The page will reload automatically if you make edits.