This is a project management dashboard built for a Consulting Engineering Firm
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
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.
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.
-
NextJS - The frontend framework used
-
NodeJS - The backend framework used
-
MongoDB - The database used
-
ExpressJS - The web framework used
-
Mongoose - The ODM library used
-
TypeScript - The Programming Language used
-
Chakra UI - The React Component Library used
-
Tailwind CSS - The CSS framework used