Skip to content

Products API using Flask, SqlAlchemy and Marshmallow

Notifications You must be signed in to change notification settings

Manik1094/Products-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Products-API

Products API using Flask, SqlAlchemy and Marshmallow

Quick Start Using Pipenv

# Activate venv
$ pipenv shell

# Install dependencies
$ pipenv install

# Create DB
$ python
>> from app import db
>> db.create_all()
>> exit()

# Run Server (http://localhst:5000)
python app.py

About

Products API using Flask, SqlAlchemy and Marshmallow

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages