Skip to content

ujjawalpoudel/mongoengine_serverless

Repository files navigation

Mongoengine Practice

MongoEngine is an Object-Document Mapper, written in Python for working with MongoDB.

Deployment

To deploy this project run

Create Virtaulenv for python3.7

  python3.7 -m venv venv
  source venv/bin/activate

Install all packages from requirements.txt

    pip install -r requirements.txt

Run the project

    sls deploy --verbose

After Deployment, use following postman collection link for API endpoints

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages