How often do you get asked about the gadgets or software that you use? If the answer is quite often, you should be trying show off out. Curate the list of gadgets and software and share it with your fans and followers.
View Demo
·
Report Bug
·
Request Feature
- Multiple Collections
- Built for developers, designers, and content creators
- Share & Embed
- Private collections
- Like and Comments
- Recommendation Meter
- Affiliate Links
Detailed blog post: https://sreyaj.dev/show-off-showcase-your-setup-planetscale-hashnode-hackathon
git clone https://github.com/adisreyaj/show-off.git
git submodule update --init
npm install
npm i @floating-ui/dom
Set up all the required environment variables required for the back-end:
DATABASE_URL=mysql://localhost:3309/show-off
NODE_ENV=development
FRONT_END_CALLBACK_URL=http://localhost:4200/auth/callback
# JWT sign secret
JWT_SECRET=very_very_strong_secret_key
JWT_EXPIRY="3d"
COOKIE_SECRET=very_very_strong_secret_session_key
# Google OAuth Details
GOOGLE_CLIENT_ID=xxxxx.googleusercontent.com
GOOGLE_CLIENT_SECRET=xxxxxxx
GOOGLE_CALLBACK_URI=http://localhost:3333/api/auth/google/callback
# Github OAuth Details
GITHUB_CLIENT_ID=Iv1.xxxxxxxxxx
GITHUB_CLIENT_SECRET=xxxxxx
GITHUB_CALLBACK_URI=http://localhost:3333/api/auth/github/callback
Run the command to populate the DB with tables:
npm run prisma:push
For UI:
npm start show-off
For Back-end
npm start api
UI: http://localhost:4200
& GQL: http://localhost:3333
Title | Link | Description |
---|---|---|
Angular | https://angular.io/ | Front-end framework |
NestJs | https://docs.nestjs.com/ | Back-end framework based on NodeJs |
PlanetScale | https://www.planetscale.com/ | MySQL Compatible DB |
Prisma | https://www.prisma.io/ | Node.js and TypeScript ORM |
Tailwind CSS | https://tailwindcss.com/ | Utility first CSS framework |
Nx | https://nx.dev/#getting-started | Build system with monorepo support |
PM2 | https://app.pm2.io/ | Advanced, production process manager for Node.JS |
See the open issues for a list of proposed features (and known issues).
Distributed under the Apache 2.0 License. See LICENSE
for more information.
Please ⭐️ this repository if this project helped you!
Made as part of PlanetScale x Hashnode hackathon.