Skip to content

Latest commit

 

History

History
54 lines (38 loc) · 2.15 KB

File metadata and controls

54 lines (38 loc) · 2.15 KB

Jiffy

build Netlify Status Docker Pulls Release License: MIT

Jiffy is Gaucho Racing's purchase request and order tracking platform.

Check out our wiki page here to learn more.

Getting Started

Local Database

Start by running SingleStore locally using the provided Docker image.

docker run \
    -d --name singlestoredb-dev \
    -e ROOT_PASSWORD="password" \
    -p 3306:3306 -p 8080:8080 -p 9000:9000 \
    ghcr.io/singlestore-labs/singlestoredb-dev:latest

Note the --platform linux/amd64 instruction which is required when running on Apple Silicon.

docker run \
    -d --name singlestoredb-dev \
    -e ROOT_PASSWORD="password" \
    --platform linux/amd64 \
    -p 3306:3306 -p 8080:8080 -p 9000:9000 \
    ghcr.io/singlestore-labs/singlestoredb-dev:latest

Contributing

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 gh-username/my-amazing-feature)
  3. Commit your Changes (git commit -m 'Add my amazing feature')
  4. Push to the Branch (git push origin gh-username/my-amazing-feature)
  5. Open a Pull Request

License

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

Shoutout Jeff "jiffy" Duong (Business Lead, 2024) whose financial wizardry and acute business accumen inspired this project.