Simple twitter service that implements the Twitter Ads API
- Sergio Aguilar Camarena
- Achalaesh Lanka
- Jyothi Hassan Ramesh
- Roger Navarro
- Clone the project locally
- setup mongo database compass locally and create twitter_hw database
- Download and install redis and start the redis
- Open the project folder in any editor and CD to packages
- CD to tweetbox-app and run
yarn install
yarn install
should install all dependencies required for the frontend to run
- run the below command
yarn serve
- CD to tweetbox-server folder and run
yarn install
-yarn install
should install dependencies required for the backend to run
- For Windows run
yarn global add cross-env
yarn start:dev
yarn start:dev
will start the project in the localhost:8080