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

https://github.com/ramankishore08/googlesheet


https://github.com/ramankishore08/googlesheet

bootstrap chartjs css expreesjs javascript mongodb nodejs react

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# GoogleSheets-Clone

![React](https://img.shields.io/badge/React-20232A?style=for-the-badge&logo=react&logoColor=61DAFB)
![Express.js](https://img.shields.io/badge/Express.js-000000?style=for-the-badge&logo=express&logoColor=white)
![Node.js](https://img.shields.io/badge/Node.js-339933?style=for-the-badge&logo=node.js&logoColor=white)
![MongoDB](https://img.shields.io/badge/MongoDB-47A248?style=for-the-badge&logo=mongodb&logoColor=white)
![Chart.js](https://img.shields.io/badge/Chart.js-FF6384?style=for-the-badge&logo=chartdotjs&logoColor=white)

---

## 🛠️ Local Setup
Run **Backend** first, then start **Frontend**.

### Clone the Repository
```bash
git clone https://github.com/RamanKishore08/Googlesheet.git
```
### Open file directory
```bash
cd Googlesheet
```
### Open Frontend
```bash
cd frontend
```
### Install necessary libraries
```bash
npm install axios react-chartjs-2 react-router-dom bootstrap react-bootstrap
```
### Run Frontend
```bash
npm run dev
```
### Open Backend
```bash
cd backend
```
### Install Backend lib
```bash
npm install express mongoose body-parser cors
```

### Run the Server
```bash
node server.js
```

### Reference
## Link: https://googlesheet-clone.vercel.app/
# Note
Since backend is deployed with low RAM on onrender, So wait for 40- 50 sec get responeses.