Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Banner

Magoole backend

The official API of Magoole.

Table of content

Credits and acknowledgement

About Magoole backend

The Magoole backend uses datas that are provided by Magoole scanner and deliver a search engine through a Fastapi API.

Try locally:

  1. Install requirements
pip install -r requirements.txt
  1. Set up your mongodb passwords/url
    • If you have an account on Magoole Mongodb just do this
    touch .mongopass && echo "username:password" > .mongopass
    • Else modify MongoServer url on files main.py at line client = pymongo.MongoClient(f"mongodb+srv://yourmongoserver")

  2. Run the backend
uvicorn main:app --reload

About

Official Magoole API.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages