Crowd-Funding-Application
A digital crowdfunding platform that connects college-based startups with their audience or backers, raises awareness of the crowdfunding ecosystem and its advantages assist college-based entrepreneurs in registering for crowdfunding and obtaining public feedback and reach.
- User: The user has to log in to see the startups registered, and also can give the funding and rating.
- Startup: A startup needs to be registered so that it can be funded.
Frontend Setup: Frontend Setup
This document provides instructions on how to set up Node.js on your computer.
- You will need a computer with a working internet connection.
- You will need a text editor, such as Visual Studio Code or Sublime Text.
- Download the Node.js installer from the Node.js website.
- Run the installer and follow the on-screen instructions.
- Once Node.js is installed, open a command prompt or terminal window.
- Type the following command and press Enter:
node -v
- Go to the terminal and type
npm install
to install all the node packages. - Now Add the .env file with Credentials.
- To Start the server type
npm start
.