Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rk28284/eduhub
https://github.com/rk28284/eduhub
cors html-css-javascript mongodb nodejs recatjs
Last synced: about 6 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/rk28284/eduhub
- Owner: rk28284
- Created: 2024-03-09T17:36:25.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-03-15T10:42:49.000Z (11 months ago)
- Last Synced: 2024-03-15T12:01:27.985Z (11 months ago)
- Topics: cors, html-css-javascript, mongodb, nodejs, recatjs
- Language: JavaScript
- Homepage: https://65ee950793097cfa63fe7e84--symphonious-blini-23ecbc.netlify.app/
- Size: 222 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Talentrax Assignement
Dashboard
Filter by color
Filter by color & size
Filter by color & size
Search By Name
## Table of Contents
- [Tech Stack](#tech-stack)
- [Deployment](#deployment)
- [Backend Endpoints](#backend-endpoints)
- [Links](#links)
- [Getting Started](#links)
## Tech Stack**Frontend:**
- **Redux**
- **Chakra UI**
- **Axios**
- **Axios****Backend:**
- **Node Js**
- **Json-server**## Deployment
- **Frontend** - [Netlify](https://talentraxtechlology.netlify.app/)
- **Backend** - [Render](https://mockapirevision.onrender.com)## Getting Started
Clone the project
```bash
git clone https://github.com/rk28284/planet-explorer
```Go to the project directory
Install dependencies
```bash
npm install
```Start the server
```bash
npm run start
```