Skip to content

starjosh48/Team-Scorpionw2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Content Management System _ Team-Scorpionw2

This platform is aimed at developing a user-friendly platform that enables users without any coding background or knowledge to create and customize their own websites in minutes. It also allow user to select from the available templates and customize it according to his/her wish. The platform will basically provide services to two categories of users namely; authenticated users and un-authenticated users. The authenticated users will have full access to all the services offered by the platform while the unauthenticated user will have limited access to only a select few basic features and a call to action.

Features

  • User: Unauthenticated

    • Visit the platform to view basic information about it.
    • View and Interact with the documentation.
    • Register to setup a new website.
    • Setup website by filling out some information.
    • Browse through available templates.
  • User: Authenticated

    • Full access to the platform.
    • Access to backend of created website.
    • Ability to create more pages.
    • Ability to change template.
    • Unique address.
    • Ability to add social media links.

Resources

Tech Stack

Frontend: HTML, CSS, Javascript, Bootstrap

Backend: Python, Django

Design: Figma

Run Locally

  • Clone the project

    git clone https://github.com/zuri-training/Team-Scorpionw2.git
  • Go to the project directory

    cd Team-scorpionw2/backend/
  • Create a virtual environment

    python3 -m venv .venv
  • On the Virtual environment

    /.venv/Scripts/activate
  • Install the dependencies

    pip install -r requirements.txt
  • Start the Server

    python3 manage.py runserver
  • Finally open your browser and locate http://localhost:8000/home

Contributors (Team Scorpionw2)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 79.6%
  • CSS 14.7%
  • HTML 3.3%
  • Python 2.4%