Skip to content

JesseGuerrero/temporary_name

Repository files navigation

About group project

If you start on the projects below I can make them interact with each other. Above in the repository there are modules where you can run each project/app.

Obtain code for an API using Postman

There is no need to write your own code in every language when working with APIs. Postman does it for you. Here is an example of what information looks like from an API(This is a history of Bitcoin transactions):



Postman automatically makes code :

Here is an example Youtube tutorial, there are better ones out there though: https://youtu.be/t5n07Ybz7yI

Update the website to the latest code

I can do this for you every time there is an update. It will be good practice for you to learn to do this as well. With Ubuntu Service there are less steps to starting, checking and stopping the web server but it comes with a caveat. You have to check the website feedback separately. To update the private server go into your SSH:
  1. "ssh [username]@144.91.84.171"
  2. go into directory "/home/group_project/temporary_name
  3. Type "sudo git pull origin master", you should see updates, if there are errors let me know and ill fix it
  4. Next, Enter "sudo systemctl restart group_project" to restart the website with updates from github.
  5. You should see the updates at the ip
To see the server console feed back you have to stop the service and run the flask app with "python3 app.py" in the flask_apps directory.

Service commands
sudo systemctl start group_project
sudo systemctl restart group_project
sudo systemctl stop group_project(Here is where you stop it then run app.py on its own to see debug info)
sudo systemctl status group_project

Libraries/APIs


Project ideas

  • Simple email notifier in Flask
  • Mock blog application in Flask
  • Data analysis project for Datasets/APIs
  • Bitcoin history tracker with a chart Api(2nd derivative)
  • Customer service bot using Rasa
  • Local video manager for downloaded videos

Contributors

-Jesus A. Guerrero
-Sabari Manikandan
-Vibin Mathew
-Nishank Vyas

About

A compilation of projects which can interact with each other

Topics

Resources

Stars

Watchers

Forks

Contributors 4

  •  
  •  
  •  
  •