Ironhack-Data-Madrid-Marzo-2021 / W6-api-sentiment-project

0 stars 1 forks source link

portada Description: You've been web-scrapping and querying databases for data. Now you will be the data provider 🎉.

For that, you will create your own API. This API will be able to receive information, store it, or serve it when needed.

In this project, you will practice:

You can create your API with SQL or with Mongodb. Feel free to choose the one you want.

Project Goals

Main goal: Create an API that:

  1. Serves information to clients (in response to their GET requests).
  2. Receives data from your clients (via their POST requests) and saves it to your own database.

Remember, YOU (your API) are the server, and clients send GET or POST requests to you.

Example's - API Endpoints

1. Endpoints GET

2. Endpoint POST

Links - API dev in python

Links - NLP & Text Sentiment Analysis

Links - Heroku & Docker & Cloud Databases