FundFable - A Creator Funding Platform
FundFable is a platform that allows people to support content creators by buying them a Coffee. It’s a way for creators to earn money from their work.
For an in-depth article about the system design of this project, check out the Medium post: System Design - FundFable
- React.js / Next.js
- Tailwind CSS
- Node.js + Express.js
- PostgreSQL
First, clone the repository to your local machine:
git clone https://github.com/rajathshttgr/fundfable.git
Change into the project directory:
cd FundFable/frontend
Install the required dependencies by running the following command:
npm install
Once the dependencies are installed, you can start the development server:
npm run dev
Open your browser and visit http://localhost:3000/
to view the app.