This is an admin dashboard to manage products, transactions, performance and sales info with yearly, monthly, and daily breakdowns. Users can also get information about their customers and their geographical information.
The server is hosted on render.com. Since it is on a free plan, it takes some time to load. Thank you for your patience. Also, find the video demo link here.
See more screen shots here
Clone down this repository. You will need node
and npm
installed globally on your machine.
Open a terminal and cd to the server folder.
Installation:
npm install
To Start Server:
npm start dev
At this point you should see """ server running on: 5001""".
To visit api endpoints:
localhost:5001/{endpoints}
Once you have the server running, open another terminal and go into the client folder
Installation:
npm install
To Start Server:
npm start dev
To Visit App:
localhost:3000
Front-end: React, Material UI, Nivo.
Backend: Node, Express, MongoDb and Mongoose
Feel free to create a pull request to contribute. You can also reach out to me at [email protected]