8000 GitHub - curatedcode/toshi
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

curatedcode/toshi

Repository files navigation

Toshi - Marketplace platform

This is my take on a marketplace platform where visitors can browse and purchase products from a sea of different companies

Users can browser and purchase items, leave reviews on previously purchased items and create lists of items they wish to purchase or view again at a later date.

Screenshots

Homepage Order Page

How To Deploy Project Locally

  1. This project requires you to have Node.js installed, refer to their website on how to get it installed.

  2. Clone this repo to your local machine with one of the commands below. You can also read the GitHub documentation on cloning a repository.

# If you have SSH set up with Git:
git clone git@github.com:curatedcode/toshi.git

# For HTTPS:
git clone https://github.com/curatedcode/toshi.git

# Finally, GitHub CLI:
gh repo clone curatedcode/toshi
  1. cd into the directory of your local clone.

  2. Install the required packages

pnpm install
  1. Create a .env file and fill it out with all the required variables listed in .env.example.

  2. Push the prisma schema to your database

pnpm prisma db push
  1. (optional) - for testing you can use the pre-made seed for the database
pnpm prisma db seed
  1. Finally build and start the app
pnpm build
pnpm start

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0