Skip to content

Commit

Permalink
Release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Philippe Beck committed Jan 28, 2023
1 parent fe11fd9 commit 09486ac
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 7 deletions.
25 changes: 19 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,21 +60,34 @@ Yarn : `yarn add vesan`

## Content

Available API Files :
- **UserModel** *(Schema MongoDB)*
- **UserCtrl** *(Controller)*
- **UserRoute** *(Route)*
Available API Files (UNDER CONSTRUCTION) :
- **ArticleModel, ReviewModel, PostModel, CommentModel, UserModel** *(Schemas MongoDB)*
- **ArticleCtrl, ReviewCtrl, PostCtrl, CommentCtrl, UserCtrl** *(Controllers)*
- **ArticleRoute, ReviewRoute, PostRoute, CommentRoute, UserRoute** *(Routes)*

Available Views :
Available Views (UNDER CONSTRUCTION) :
- **HomeView** *(Home)*
- **ShopView** *(Shop)*
- **ArticleView** *(Article of Shop)*
- **BlogView** *(Blog)*
- **PostView** *(Post of Blog)*
- **ContactView** *(Contact)*
- **LoginView** *(Login & Forgot Password)*
- **AdminView** *(Admin with the 2 Components)*
- **ErrorView** *(Error)*

Available Components :
Available Components (UNDER CONSTRUCTION) :
- **CreateArticle** *(Create Article)*
- **ListArticles** *(Update & Delete Article)*
- **CreateReview** *(Create Review)*
- **ListReviews** *(Update & Delete Review)*
- **CreatePost** *(Create Post)*
- **ListPosts** *(Update & Delete Post)*
- **CreateComment** *(Create Comment)*
- **ListComments** *(Update & Delete Comment)*
- **CreateUser** *(Create User)*
- **ListUsers** *(Update & Delete User)*

---

## Documentation
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vesan",
"version": "0.1.2",
"version": "0.2.0",
"description": "CMS with Vue-Elt, Servidio, Animadio & NemJS",
"keywords": [
"cms",
Expand Down

0 comments on commit 09486ac

Please sign in to comment.