teraSurfer / cmpe-272-hw2-Twitter-Service

Simple twitter service that implements the Twitter Ads API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cmpe-272-hw2-Twitter-Service

Simple twitter service that implements the Twitter Ads API

Collaborators:

  • Sergio Aguilar Camarena
  • Achalaesh Lanka
  • Jyothi Hassan Ramesh
  • Roger Navarro

Step to install and run the project

  • 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

For Frontend development

  • 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

For FBackend Development

  • 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

About

Simple twitter service that implements the Twitter Ads API


Languages

Language:JavaScript 81.3%Language:Vue 16.4%Language:CSS 1.0%Language:HTML 0.8%Language:Dockerfile 0.4%