Coder Social home page Coder Social logo

saigonsoftware / awesome-cms-core Goto Github PK

View Code? Open in Web Editor NEW
414.0 40.0 136.0 43.68 MB

Awesome CMS Core is an open source CMS built using ASP.Net Core & ReactJS with module seperation concern in mind and provide lastest trend of technology like .Net Core, React, Webpack, SASS, Background Job, Message Queue.

Home Page: https://awesomecmscore.azurewebsites.net/

License: Apache License 2.0

C# 70.81% JavaScript 20.62% Batchfile 0.16% HTML 8.41%
cms dotnetcore dotnet-standard grunt grunt-task webpack-configuration webpack-plugin webpack-loader webapi awesome

awesome-cms-core's Introduction

Awesome CMS Core Awesome Backers on Open Collective Sponsors on Open Collective

Awesome CMS Core is an open source CMS built using ASP.Net Core & ReactJS with module seperation concern in mind. Awesome CMS Core provide lastest trend of technology like .Net Core, React, Webpack, SASS, Background Job, Queue.

Build Status

Build server Platform Status
AppVeyor Windows Build status
Travis Linux / MacOS Build Status

Code quality

Platform Status
codacy Codacy Badge

Docs

Please read

  • Docs for setup, prerequisites and project architecture, development guideline etc...

Contributors


Tony Hudson

Main Contributor


David Pine

Contributor


Mauro Valvano

Contributor

Progress

To be updated

Contributors

This project exists thanks to all the people who contribute.

Backers

Thank you to all our backers! ๐Ÿ™ [Become a backer]

Sponsors

Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [Become a sponsor]

awesome-cms-core's People

Contributors

abeliankraun avatar ievangelist avatar monkeywithacupcake avatar ngohungphuc avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

awesome-cms-core's Issues

add function to Handle common status code

No need as I update ErrorHandlingMiddleware.cs to handle API request

 if (context.Request.Path.Value.StartsWith("/api"))
    {
         await context.Response.WriteAsync(context.Response.StatusCode.ToString());
    }

Add manage account page

We need manage account page to

  • load user list with pagination & filter
  • activate , deactive account
  • add, edit role , deactive account
  • send email notify user when account is create
  • Manage role for user

Setup admin portal (Updating)

When I'm admin or content writer I navigate to admin portal
Every user have permission to change their info.

  • Tag & categories management page
  • Manage user page
  • Post page
  • Theme page
  • Setting page

Refactoring

To help everyone on the same page what we doing, we need to keep refactoring and comment for code to make code cleaner and easy to read.
We do refactor everytime develop a feature

Build Login page with api

  • Build login form with react render from server (must have validation)
  • Hook up with api endpoint with header
  • Store token & refresh token in local storage
  • Redirect after login success or display message if credential is not right

Add global handle exception

Add jsx loader

We can short thing up for jsx and js file in webpack
Ref

{
     test: /\.(js|jsx)$/,
     exclude: /node_modules/,
     loader: "babel-loader"
}

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.