Skip to content

neetra/cmp272-assignment2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cmp272

Assignments for cmp 272

REST API to handle twitter API.

Steps to run:

1. Application is compatible with python version 3.9.7
2. Install flask, tweepy, flask_restful, TweetsProvider, flask_cors, unittest  modules:
3. Run the application using following command(cd to server directory):
    python .\TweetsHandler.py         
Developed in React, HTML, CSS, javascript
Runs on Node server, port 3000
Install node server [here](https://nodejs.org/en/download/)
Go to ui/my-twitter-app-ui 
    -   npm install
    -   npm start
Developed in python, unittest framework
Run the tests using following command(cd to tests directory):
    python .\test.py