Skip to content

Latest commit

 

History

History
54 lines (32 loc) · 1.42 KB

readme.md

File metadata and controls

54 lines (32 loc) · 1.42 KB

Fascia

Fascia is a Dashboard application for visual representation of data.

Fascia Homepage

Installation

To get started with Fascia, you'll need to clone the repository and set up both the client and server:

Client (Frontend)

  1. Clone the repository.
  2. Navigate to the client directory.
  3. Run npm install to install dependencies.
  4. Run npm run dev to start the frontend React application.

Server (Backend)

  1. Clone the repository.
  2. Navigate to the server directory.
  3. Run npm install to install dependencies.
  4. Run node index.js to start the backend server.

Usage

After starting the backend with node index.js, access the frontend by running npm run dev and navigating to the displayed local URL.

Features

  • Visualization of data in different types of graphs and maps.
  • Utilizes Nivo charts for visualization.

Dependencies

  • Knowledge of MERN stack
  • Understanding of React Redux
  • Familiarity with Material UI and Nivo charts

Contributing

Contributions to Fascia are welcome. Please email contact.sushilpandey@gmail.com to get started.

License

This project is licensed under the GNU General Public License Version 3.0.

Contact

For questions or feedback, please email contact.sushilpandey@gmail.com.

Acknowledgements

Public data used for visualization was obtained from a YouTube video.