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.
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
Click here to watch the demo video on youtube or paste https://www.youtube.com/watch?v=8gbY6GyQi6A into a browser!