Project Management Dashboard

This is a project management dashboard built for a Consulting Engineering Firm

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Frontend

The frontend is built using NextJS, Chakra UI and Tailwind CSS. Go to the frontend 'client' folder, in Terminal:

cd client

Install the dependencies:

npm install

Run the app in development mode:

npm run dev

Open http://localhost:3000 to view it in the browser.

Backend

The backend is built using NodeJS, go to the backend 'server' folder, in Terminal:

cd server

Install the dependencies:

npm install

Run the app in development mode:

npm start

Open http://localhost:5000 to view it in the browser.

Built With