Skip to content

harshan1996/REST-APIs-with-mongoengine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

REST API - books

A Flask Restful API wich uses mongoengine library to perform the CRUD operations.

Description

REST APIs which performs CRUD operations and the data is stored in MongoDBAtlas database using mongoengine library. APIs can be tested using Postman.

Prerequisites

  • Python
  • flask framework

Getting Started

Create and activate an virtual environment and run the command to install the dependencies

  pip3 install -r requirements.txt

Running the function locally:

  python3 app.py

By default it will be running here:

http://127.0.0.1:8000/

About

CRUD on books using flask and flask-restful

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages