Thanks to visit codestin.com
Credit goes to github.com

Skip to content

A site meant to help people find which tea vendors are selling the types of products they are interested in.

License

Notifications You must be signed in to change notification settings

akmadian/tvendors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

☕ tvendors

Looking for a specific tea product or products, but not sure where to get them? Use tvendors.

The vendor list is currently very short, more will be added.

Planned features include:

  • Submitting vendor reviews and ratings for others to see
  • Liking and disliking of vendor reviews
  • All kinds of searching and filtering of vendors

Screenshot of tvendors

Technical Stuff

tvendors is made with a Vue.js frontend, and a MongoDB/ GraphQL backend. Both the frontend and backend are hosted on Digital Ocean Droplets.

How to run this locally

$ npm i

# Start graphql
$ cd api
$ npm i
$ node src/index.js
$ cd ..

# Start frontend
$ cd client
$ npm i
$ npm run dev

About

A site meant to help people find which tea vendors are selling the types of products they are interested in.

Resources

License

Stars

Watchers

Forks