Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/satoshi-sh/pitchin
PitchIn is an application to help people to buy grocery items in bulk.
https://github.com/satoshi-sh/pitchin
Last synced: about 2 months ago
JSON representation
PitchIn is an application to help people to buy grocery items in bulk.
- Host: GitHub
- URL: https://github.com/satoshi-sh/pitchin
- Owner: Satoshi-Sh
- License: mit
- Created: 2024-01-09T18:49:48.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-01-24T23:55:39.000Z (12 months ago)
- Last Synced: 2024-01-25T01:42:11.358Z (12 months ago)
- Language: JavaScript
- Size: 3.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PitchIn
![Application Demo](./PitchIn-demo.gif)
PitchIn is the place where people unite to buy items together in bulk and save up money in this high-inflation society.
## Demo
[Demo Video Link](https://www.youtube.com/watch?v=9qADD4GFxys)
## How to run it locally
1. run `npm install` in client and server folder
2. run `node setup_db.js` in the server folder after entering your MongoDB URL.
3. run client and server with `npm start`## Auth0
Referred to [the guide](https://developer.auth0.com/resources/guides/spa/react/basic-authentication) to implement Auth0 with React Application.