Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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!

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 SQLAlchemy

PS: Make sure to set your Sqlalchemy_database_uri properly, otherwise it will not work!!!

Hapy Coding guys!