def setup():
    mongodb = MongoDB()
    mongodb.setup()

    return {'status': 1}