Skip to content

Commit

Permalink
cms-api-frontend-completed and squashed
Browse files Browse the repository at this point in the history
update readme.md
  • Loading branch information
pspriyanshu601 committed May 27, 2024
1 parent d0cf41f commit bb63ac7
Show file tree
Hide file tree
Showing 26 changed files with 7,901 additions and 0 deletions.
40 changes: 40 additions & 0 deletions New_APIs/CMS_API/Client/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
# My CMS

My CMS is a powerful and user-friendly content management system designed to simplify the process of managing your website's content. With an intuitive interface and a variety of features, My CMS helps you create, update, and manage your content with ease.

## Features

- **Easy Content Management:** Effortlessly manage your website's content with our intuitive interface. Update pages, add blog posts, and upload media with ease.
- **Customizable Templates:** Choose from a wide range of professionally designed templates to match your brand's style. Customize layouts, colors, and fonts to create a unique look for your website.
- **Collaboration Tools:** Streamline your workflow with built-in collaboration tools. Invite team members to collaborate on content creation, assign tasks, and track progress in real-time.
- **Efficient Content Updates:** Quickly and easily update your website's content, ensuring that your audience always has access to the latest information.
- **User Management:** Manage user roles and permissions to control access to different parts of the CMS.
- **SEO Optimization:** Improve your website's search engine ranking with built-in SEO tools and best practices.

## Usage

### Access the CMS

1. Open your browser and go to `http://localhost:5000`.

### Create a Schema

1. Click on the "Create Schema" button.
2. Enter the schema name and add the necessary fields.
3. Click "Submit" to save the schema.

### View Schemas

1. Navigate to the "View Schemas" section.
2. You will see a list of all created schemas.

### Delete a Schema

1. Navigate to the "Delete Schema" section.
2. Click the "Delete" button next to the schema you want to remove.

### Manage Content

1. Click on a schema to view its contents.
2. Add new content by filling out the form and clicking "Add Data".
3. Update or delete existing content using the buttons next to each entry.
13 changes: 13 additions & 0 deletions New_APIs/CMS_API/Client/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>CMS Website</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>
Loading

0 comments on commit bb63ac7

Please sign in to comment.