Skip to content

The app generates a wide variety of cannabis strains for users to try, with detailed information on each strain's effects and properties. Users can also create and save their own personal collection of strains they've tried, keeping track of their favorites and discovering new ones.

License

Notifications You must be signed in to change notification settings

Piyush-Bhor/StrainQuest

Repository files navigation

StrainQuest

The app generates a wide variety of cannabis strains for users to try, with detailed information on each strain's effects and properties. Users can also create and save their own personal collection of strains they've tried, keeping track of their favorites and discovering new ones.

Contributors Forks Stargazers Issues MIT License LinkedIn


Logo

StrainQuest

Welcome to StrainQuest, the app that takes your cannabis journey to a whole new level of fun and exploration. Discover, collect, and enjoy an incredible variety of strains tailored just for you!
Explore the docs »

View Demo · Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact
  8. Acknowledgments

About The Project

Demo Image

StrainQuest is a fun game, that suggets you new and random cannabis strains to discover and try. You can collect these strain, search for the ones you have already tried and add them to your collection. It's a pokedex for weed!

Here are its features:

  • Get new cannabis strains and their info.
  • Search for a specific strain.
  • Add strains you have tried to your collection.

Of course, this project is still ongoing and there are more features that will be added.

(back to top)

Built With

This section should list any major frameworks/libraries used to bootstrap your project. Leave any add-ons/plugins for the acknowledgements section. Here are a few examples.

  • Bootstrap
  • JQuery
  • NodeJS
  • Express.js
  • MongoDB

(back to top)

Getting Started

This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.

Prerequisites

NPM is required to install dependencies for the project.

  • npm
    npm install npm@latest -g

Installation

The following steps will help you get started.

  1. Get a free Strain API Key from Rapid Api: Rapid API
  2. Create a free account on Auth0 and get Auth0 keys: Auth0
  3. Get connection string from MongoDB Atlas: MongoDB Atlas
  4. Clone the repo
    git clone https://github.com/Piyush-Bhor/StrainQuest.git
  5. Install NPM packages
    npm install
  6. Create a .env file with the following data:
     CONNECTIONSTRING="Your mongodb connection string"
     SECRET="A randomly string"
     APIKEY="Your API key from Strain API"
     AUTH0_CLIENT_ID="Your AuthO Client ID"
     AUTH0_CLIENT_SECRET="Your AuthO Client Secret"
     AUTH0_ISSUER_BASE_URL="Your AuthO Issuer base url"
     REDIRECT_URI=http://localhost:8080/callback
     BASE_URL=http://localhost:8080
    

(back to top)

Usage

Use this space to show useful examples of how a project can be used. Additional screenshots, code examples and demos work well in this space. You may also link to more resources.

For more examples, please refer to the Documentation

(back to top)

Roadmap

  • Add Auth0
  • Create README
  • Create a Cannabis Strain API to replace the current API
  • Suggest cannabis strains to users based on their preferences using ML

See the open issues for a full list of proposed features (and known issues).

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

Contact

Piyush Bhor - @LinkedIn - piyushbhor22@gmail.com

Project Link: https://github.com/Piyush-Bhor/StrainQuest

(back to top)

Acknowledgments

Some of the websites that helped me create this project.

(back to top)

About

The app generates a wide variety of cannabis strains for users to try, with detailed information on each strain's effects and properties. Users can also create and save their own personal collection of strains they've tried, keeping track of their favorites and discovering new ones.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published