An open API service indexing awesome lists of open source software.

https://github.com/data-catalog/datacatalog-frontend

The web frontend of the Data Catalog application.
https://github.com/data-catalog/datacatalog-frontend

Last synced: 5 months ago
JSON representation

The web frontend of the Data Catalog application.

Awesome Lists containing this project

README

        


Data Catalog


A dataset manager application aiming to ease the management of datasets coming from different sources.




Note: This is the web frontend application of the Data Catalog project. Details in the Related projects section.




View Demo


Table of Contents




  1. About The Project



  2. Getting Started


  3. Usage

  4. Contact

  5. Related projects

## About The Project

Nowadays, there are more and more platforms where people can, and eventually will store data. This creates a system that is almost impossible to see through. Many times people will waste their time looking for data that is essential for their work or personal life.

The motivation behind the Data Catalog project is to create a platform where people can manage their data stored in several different locations. Moreover, the application will allow them to share data with other users, which can be ideal for coworkers or friends. So this platform would make data management easy, which would allow users to save time and energy.

### Built With

* [React](https://reactjs.org/)
* [Bootstrap](https://getbootstrap.com/)
* [styled-components](https://styled-components.com/)

## Getting Started

To get a local copy up and running follow these simple steps.

### Prerequisites

* npm

### Installation

1. Clone the repo
```sh
git clone [email protected]:data-catalog/datacatalog-frontend.git
```
or

```sh
git clone https://github.com/data-catalog/datacatalog-frontend.git
```

2. Install NPM packages
```sh
npm install
```

## Usage

1. Create a `.env` file based on the `.env.example`.

2. Start the application with `npm start`.

## Contact

Szilárd Tumó - [email protected]

Project Link: [https://gitlab.com/tumoszilard/eventplanner](https://gitlab.com/tumoszilard/eventplanner)

## Related projects:

The list of Data Catalog projects can be found [here](https://github.com/data-catalog).

- [User Service API](https://github.com/data-catalog/datacatalog-user-api)
- [Asset Service API](https://github.com/data-catalog/datacatalog-asset-api)
- [Versioning Service API](https://github.com/data-catalog/datacatalog-versioning-api)

- [User Service](https://github.com/data-catalog/datacatalog-user-service)
- [Asset Service](https://github.com/data-catalog/datacatalog-asset-service)
- [Versioning Service](https://github.com/data-catalog/datacatalog-versioning-service)

- [Web Frontend](https://github.com/data-catalog/datacatalog-frontend)
- [Python library](https://github.com/data-catalog/datacatalog-python-library)

### Deployed applications:

- [Web Frontend](https://datacatalogfrontend.azurewebsites.net/)
- [User Service](https://userhandlingservice.azurewebsites.net/)
- [Asset Service](https://assethandlingservice.azurewebsites.net/)
- [Versioning Service](https://versioningservice.azurewebsites.net/)

***Note**: The services sleep after 30 minutes fo inactivity. You may need to wait a couple of minutes for the applications to start.*