Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/the-akira/flask-rest-api

Flask REST API Experiment with Marshmallow and SQLAlchemy
https://github.com/the-akira/flask-rest-api

experiment flask flask-sqlalchemy marshmallow marshmallow-sqlalchemy rest-api

Last synced: about 2 months ago
JSON representation

Flask REST API Experiment with Marshmallow and SQLAlchemy

Awesome Lists containing this project

README

        

# Flask REST API Experiment

Flask REST API Experiment with Marshmallow and SQLAlchemy

## Features

- Create
- Read
- Update
- Delete

## Installation

### Clone the Repository

```
git clone https://github.com/the-akira/Flask-REST-API.git
```

### Inside the Main Directory

Create a Virtual Environment

```
python -m venv myvenv
```

Activate the Virtual Environment

```
source myvenv/bin/activate
```

Install Requirements

```
pip install -r requirements.txt
```

Run the Application

```
python run.py
```

Make some **[Requests](https://github.com/the-akira/Flask-REST-API/blob/master/requests.md)**