Souvikray/REST-API-Demo
A web application that provides REST API to perform CRUD operations and user authentication. The application uses SQLAlchemy to provide an interface between the app and a database of your choice.For added security, it implements JWT that the user must provide to view the data.The app is deployed to Heroku for people to interact.
Python