Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jubair-jx/data-visualization-application


https://github.com/jubair-jx/data-visualization-application

expres mongoose nodejs react redux redux-toolkit typescript

Last synced: 14 days ago
JSON representation

Awesome Lists containing this project

README

        

# Data Visualization App

This project is a Data Visualization App, To has a API built using Mongoose, Express, and TypeScript, and also have robust filtering system

## Prerequisites

Before you begin, ensure you have the following installed:

- Node.js
- npm or yarn
- MongoDB
- TypeScript
- Cors
- ExpressJS
- JWT
- Mongoose
- Redux
- React
- TailwindCSS
- AntDesign

### File Path

## Frontend Structure

Data Visualization App/
├── src/
│ ├── assest/
│ ├── components/
│ ├── dashboard/
│ ├── layout
│ └── redux
├── .env
├── .gitignore
├── package.json
├── tsconfig.json
└── README.md

## Backend Structure

Data Visualization App/
├── src/
│ ├── app/
│ ├── config/
│ ├── modules/
│ ├── app.ts
│ └── server.ts
├── .env
├── .gitignore
├── package.json
├── tsconfig.json
└── README.md

## Getting Started

### Run Project

## Backend Testing

`Step:1` For development purpose

```typescript
npm run start:dev
```

or

```typescript
yarn start:dev
```

## Frontend Testing

`Step:2` For Development

```typescript
yarn dev
or
npm run dev
```

#### API Link :

### Frontend URL :

https://data-visualization-application.netlify.app/

### Backend URL :

https://data-vis-api.vercel.app/