Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/codecommander03/task-chain
https://github.com/codecommander03/task-chain
Last synced: 27 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/codecommander03/task-chain
- Owner: codecommander03
- Created: 2024-05-12T16:48:02.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-05-22T17:08:50.000Z (7 months ago)
- Last Synced: 2024-05-22T18:28:34.358Z (7 months ago)
- Language: TypeScript
- Size: 1.4 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Task Chain :
> Your Gateway to the Web3 Micro Task EconomyTaskChain is a cutting-edge Web3 application designed to seamlessly connect individuals seeking swift completion of micro tasks with skilled contributors eager to earn cryptocurrency.
### FrontEnd:
- Next js
- Tailwind css### Backend:
- Node js
- Express js
- Zod (Schema Validation)
- Axios### Database:
- Postgres
- Neon
- Prisma (ORM)
- Zod (Schema Validation)### Authentication:
- Json Web Token (JWT)### Media Content Storage:
- Amazon S3
- CloudFront
- IAM (Identity and Access Management)### Chain:
- Solana
- [Solana Wallet Adapter](https://github.com/anza-xyz/wallet-adapter)## Steps:
### Backend:
1. run `npm install` to install all the dependencies
2. go to backend folder by running `cd backend`
3. run `tsc -b` and then `node dist/index.js`