Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/scifer99/content-management-system-template
This is an example Content Management System Template via Full-Stack Development!
https://github.com/scifer99/content-management-system-template
api backend-api backend-development content-management-system front-end-development full-stack-web-development fullstack-development python3 scripting software-engineering
Last synced: 15 days ago
JSON representation
This is an example Content Management System Template via Full-Stack Development!
- Host: GitHub
- URL: https://github.com/scifer99/content-management-system-template
- Owner: SCIFER99
- License: cc0-1.0
- Created: 2023-08-16T22:37:42.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-16T22:47:12.000Z (over 1 year ago)
- Last Synced: 2024-11-10T12:05:59.937Z (2 months ago)
- Topics: api, backend-api, backend-development, content-management-system, front-end-development, full-stack-web-development, fullstack-development, python3, scripting, software-engineering
- Language: Python
- Homepage:
- Size: 10.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Content-Management-System-Template
This is an example Content Management System Template via Full-Stack Development!Greetings all!
This is an example of a Content Management System for full-stack software engineering
projects! I laid the foundational template to demonstrate how a basic RESTful/Fast API
is developed!The modules required for this to work is as follows:
pip install Flask
pip install render_template
pip install request
pip install redirect
pip install url_for
pip install flask_sqlalchemy
pip install SQLAlchemyPS: Make sure to set your Sqlalchemy_database_uri properly, otherwise it will not work!!!
Hapy Coding guys!