To run the Node server on your local system, please follow the instructions below:
- Node.js
- Yarn
- Clone the repository onto your local system
- Open your terminal and navigate to the project directory
- Run the following command to install all the dependencies:
yarn install
- To run the server in development mode, run the following command:
yarn dev
This will start the server on port 8000, if no port is specified in the environment variables.
Navbar Dashboard panel route : http://localhost:8000/api/dashboard/navbar/login (different from rest of the dashboard route)