Coder Social home page Coder Social logo

mkarthikkamath / cmpe272-twitter-service Goto Github PK

View Code? Open in Web Editor NEW

This project forked from sjsu-msse/cmpe272-twitter-service

0.0 0.0 0.0 2.41 MB

A simple web application created using React and Python (Flask) which consumes Twitter API to programmatically create, retrieve and delete a tweet.

JavaScript 47.94% Python 31.18% CSS 13.26% HTML 7.62%

cmpe272-twitter-service's Introduction

CMPE272-Twitter-Service

Frontend

Authors:

@ahmedzaytounsjsu @mkarthikkamath

Tools / Technologies

  • React JS

Setup Instructions

  1. Clone the repo and cd into /twitter-ui
  2. Install the node packages
$ npm i
  1. Run the Project
$ npm start

Backend

Authors:

@Harshil-V @sanjaysathyarapu

Tools / Technologies

  • Flask
  • unittest
  • Twitter API - Free Plan
  • tweepy

Setup Instructions

  1. Clone the repo and cd into /rest_api
  2. Create a virtual envirnment
$ python -m venv venv
  1. Activate virtual envirnment
$ source venv/bin/activate # For Linux
$ source venv/Scripts/activate # For Windows
  1. Install the requirements from requirements.txt
$ pip install -r requirements.txt
  1. Add config.py file to the project which holds the keys, secrets and tokens
    • the config.py file is avaible on the Teams Share Google Drive Folder
  2. Run the application
$ flask run #run without debug
$ flask --app app.py run --debug #run in debug mode with hotreload

Unit Tests

$ python -m unittest app.py

Note: Make sure you have activated the virtual envirnment

cmpe272-twitter-service's People

Contributors

harshil-v avatar ahmedzaytoun avatar sanjaysathyarapu avatar mkarthikkamath avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.