Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jasutiin/uofcbazaar
A platform for students to buy and sell goods and services!
https://github.com/jasutiin/uofcbazaar
denoland docker react supabase tailwindcss typescript
Last synced: about 1 month ago
JSON representation
A platform for students to buy and sell goods and services!
- Host: GitHub
- URL: https://github.com/jasutiin/uofcbazaar
- Owner: jasutiin
- Created: 2025-01-08T07:03:42.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2025-01-10T04:07:07.000Z (about 1 month ago)
- Last Synced: 2025-01-10T05:24:27.508Z (about 1 month ago)
- Topics: denoland, docker, react, supabase, tailwindcss, typescript
- Language: TypeScript
- Homepage:
- Size: 561 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
UofCBazaar
A platform for students to conveniently buy and sell items!
## Getting Started
### Prerequisites
- Docker
Install docker from the
[Docker Install Page](https://docs.docker.com/engine/install/).- Deno
Install deno from
[Deno Install Page](https://docs.deno.com/runtime/getting_started/installation/),
if you want to add packages or use it to run docker.### Installation
1. Clone the repo:
```sh
git clone https://github.com/jasutiin/uofcbazaar.git
```2. Build and run the docker container:
```sh
deno task up
```or
```sh
docker-compose up -d --build
```3. Access the application:
You can access the application at `http://localhost:5173`.
Backend is located at `http://localhost:3000`.
4. Stopping the container:
```sh
deno task down
```or
```sh
docker-compose down
```## Supabase Database Setup and Seeding
We used the supabase SQL Editor to setup and seed the database with the scripts found
in the `supabase-scripts` folder.## Contributors
Made by Justine Mangaliman, Dante Kirsman, Kyle Ontiveros, Mohammad Khan, Tiffany Okura