A fully modular, reusable and headless content management system that allows you to structure your content and send it to any source in JSON format.
- Clone the repo to your machine
$ git clone https://github.com/chadwinjdeysel/HeadlessCMS.git
- Open the solution folder in your terminal of choice
- Enter the project folder
cd ContentManagementSystem
- Run the project
dotnet run
- Open the program on the browser of your choice using localhost:5000/Home
To run the app, you will need the following installed
- .Net Core SDK 3.0 or greater. Find out more here
- DB Browser for SQLite to view database. Find out more here
This project is a proof of concept and is still in development ✨