guptasheena / InfluenceMarketingApp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

InfluenceMarketingApp

A web application to connect influencers and sponsors.

Prerequisites

What things you need to install the software and how to install them

node - (https://nodejs.org/en/download/)
npm - (https://www.npmjs.com/get-npm)

Installing

A step by step series of examples that tell you how to get a development env running

Download the project locally

Run the following commands in outermost directory

For running server:

cd Backend
npm i
npm run server

For running client:

cd Frontend
npm i
npm start

OR

cd Backend
npm run client-install
npm run client

For running server and client concurrently:

cd Backend
npm i
npm run client-install
npm run dev

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License

About


Languages

Language:JavaScript 94.8%Language:CSS 3.8%Language:HTML 0.8%Language:Python 0.6%