[go: up one dir, main page]

Skip to content

Dashboard that represents in the form of graphs data obtained from a rest Api

License

Notifications You must be signed in to change notification settings

damianlago/OpenDataMarket

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 

Repository files navigation

OpenDataMarket

This dashboard represents in the form of graphs, data obtained from a rest Api.

Getting started

This will launch the website in your localhost server.

$ git clone https://github.com/damianlago/libft.git
$ cd client
$ npm start

Back-End Routes:

Method Path Description
Get /api/:id Specific user
Post /api/login Autheticated the user and record session
Delete /api/logout Log out from the current user session

Fron-End Routes:

Path Component Description
/ Index Homepage View and graph selector
/login Login Log-in Page View

Components:

src
├── service
│   └── ...services.js
├── components
│   ├── app
│   ├── layout
│   │       ├── Navbar
│   │       ├── Footer
│   │
│   │── pages
│   │       ├── index
│   │       ├── log-in
│   │       ├── dynamic
│   │       │       ├──DataVisualization.js
│   │       │       ├──NewDataForm  
│   │       │       │      ├── DataSelect
│   │       │       │      ├── Filters
│   │       │       │      ├── GraphSelect
.....

About

Dashboard that represents in the form of graphs data obtained from a rest Api

Topics

Resources

License

Stars

Watchers

Forks

Languages