This is a web platform to help YOU design backend architecture for your project. We are currently only supporting the Flask/Jinja and MongoDb frameworks, but more will come at a later time! Add HTML pages with their corresponding routes and request types, databases and dependencies! Once you are done, you can click the Download link to get a project folder with all of the specified files and as much pre-written code as we could manage.
# Clone repo
git clone https://github.com/APNovichkov/BuildABackend.git
# CD into repo folder and setup python virtual environment
cd BuildABackend
python -m venv
# Install python requirements
pip install -r requiremenets.txt
# Run in Terminal :)
python app.py
#or
flask run
By contributing, you agree that your contributions will be licensed under its MIT License.
In short, when you submit code changes, your submissions are understood to be under the same MIT License that covers the project. Feel free to contact the maintainers if that's a concern.
Contributions are welcome!
Andrey Novichkov 💻 |