Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davidgoyal/medwander
Secure Place to store your information on cloud storage.
https://github.com/davidgoyal/medwander
appscripts expressjs google-sheets material-ui reactjs sql
Last synced: about 2 months ago
JSON representation
Secure Place to store your information on cloud storage.
- Host: GitHub
- URL: https://github.com/davidgoyal/medwander
- Owner: DavidGoyal
- Created: 2024-09-14T05:46:25.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2024-09-14T06:17:42.000Z (4 months ago)
- Last Synced: 2024-10-15T14:09:40.906Z (3 months ago)
- Topics: appscripts, expressjs, google-sheets, material-ui, reactjs, sql
- Homepage: https://med-wanders.vercel.app
- Size: 117 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MEDWANDER
It is a place to securily store your information in cloud storage.
## Installation
```bash
cd client
npm install
npm run dev
cd..cd server
npm install
npm run build
npm start
```## Environment Variables
To run this project, you will need to add the following environment variables to your frontend .env file
`VITE_BACKEND_URL`
To run this project, you will need to add the following environment variables to your backend .env file
`PORT`
`DB_HOST`
`DB_USER`
`DB_PASSWORD`
`DB_NAME`
`NODE_ENV`
`GOOGLE_SCRIPT_URL`
`FRONTEND_URL`## Screenshots
![App Screenshot]()
![App Screenshot]()
## Description
This is a website made with ReactJS, Typescript, NodeJS, Express, MySQL, Google Sheets, and Google Scripts. A user can store their information in the cloud and the data gets uploaded to Google Sheets by clicking on a refresh button.
## Authors
- [@LinkedIn](www.linkedin.com/in/david-goyal)
- [@X](https://x.com/David__Goyal)