Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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)