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.
- Host: GitHub
- URL: https://github.com/data-catalog/datacatalog-frontend
- Owner: data-catalog
- Created: 2020-10-17T11:39:41.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-10-03T20:37:50.000Z (over 3 years ago)
- Last Synced: 2024-11-10T14:39:46.545Z (5 months ago)
- Language: JavaScript
- Homepage: https://datacatalogfrontend.azurewebsites.net/
- Size: 1.46 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - data-catalog/datacatalog-frontend - The web frontend of the Data Catalog application. (JavaScript)
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
## 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.*