Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 896 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 896 Bytes

Tinto

Tinto is a mobile-friendly website that will help you write down the wines that would definitely drink again, and wines that you'd rather give to your worst enemy.

With the power of Appwrite and Vercel, Tinto brings a Material Design (v2) based interface to store different lists of wines for the user and show statistics of the most liked wines from the community. Making sure you always have the information that you need for that special moment with your glass of wine.

Development

To start this project in your local:

  1. create an account in appwrite cloud, create a project and obtain a project id
  2. copy the .env.example file as .env.local, fill it with your project id
  3. yarn install
  4. yarn dev

The project will start running in localhost:3000

Deployment

This project is automatically deployed with Vercel github integration on push to main branch.