Backend App
About | Features | Technologies | Requirements | Starting | License | Author
🎯
About
This is a boilerplate for a basic backend app using Python, Django and SQLite, as developed after tutorials with Programming with Mosh
The files are commented with texts from the documentation so that you can gain some knowledge on what each line of code does in a basic app
It is meant for you who want to understand better how a basic Python backend app works and it is open for you to develop the remaining database operations so you can train your skills in SQL-queries and Python
Enjoy!
✨
Features
🚀
Technologies
The following tools were used in this project:
✅
Requirements
Before starting
🏁
Starting
# Clone this project
$ git clone https://github.com/Gustaf26/backend-app
# Access
$ cd backend-app
# Install dependencies
$ yarn
# Run the project
$ yarn start
# The server will initialize in the
📝
License
This project is under license from MIT. For more details, see the LICENSE file.
Made with