Skip to content

prateek-budhiraja/crowdwise

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

98 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CROWDWISE

Description

Crowdwise is a crowdfunding platform that allows users to create campaign and raise money for their cause. Users can browse projects and donate to projects they are interested in.

Crowdwise

Installation

First edit .env_example file in server and client folder to include your own credentials and rename the file to .env.

To install necessary dependencies, run the following command:

cd client
npm install
cd ../server
npm install

To start the server, run the following command:

cd server
npm start

To start the client, run the following command:

cd client
npm run dev

Demo

Click here to watch the demo video on youtube or paste https://www.youtube.com/watch?v=8gbY6GyQi6A into a browser!

About

Crowd Funding application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages