Crowdfunding platform for creators/fundraisers and backers/donors using Angular Framework, Express.js on top of node.js and MySql.
- Navigate to
/Front-end
. - Open terminal in current directory.
- Run
npm install
to install all the dependencies. - To start the server, run
ng serve
in the terminal. - Server will start on http://localhost:4200/.
- Navigate to
/Backend
. - Open terminal in current directory.
- Run
npm install
to install all the dependencies. - To start the server, run
nodemon
in the terminal. - The backend server will start on http://localhost:3000/.