Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tamiat/tamiat
:sailboat: Vuejs and Golang based CMS
https://github.com/tamiat/tamiat
cms go golang vue vuejs vuejs2
Last synced: about 11 hours ago
JSON representation
:sailboat: Vuejs and Golang based CMS
- Host: GitHub
- URL: https://github.com/tamiat/tamiat
- Owner: tamiat
- License: mit
- Created: 2017-07-24T09:19:33.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-10-11T12:02:32.000Z (about 3 years ago)
- Last Synced: 2024-08-03T20:14:11.181Z (3 months ago)
- Topics: cms, go, golang, vue, vuejs, vuejs2
- Language: JavaScript
- Homepage:
- Size: 5.2 MB
- Stars: 519
- Watchers: 37
- Forks: 115
- Open Issues: 41
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: code-of-conduct.md
Awesome Lists containing this project
README
---
[vue]: http://vuejs.org/
[golang]: https://golang.org/---
What It Looks Like
screenshots will be here with explaination
- # Getting Started
To get started with Tamiat CMS, you will find the src code of frontend and backend here:
- [Frontend](https://github.com/tamiat/frontend)
- [Backend](https://github.com/tamiat/backend)You will find the development instructions inside the both repositories.
- # Features
- Creating content types with your own attributes, for example: You can create a car content type wich contains car photo, car type, car model .. etc.
- Creating contents.
- There are many roles in the application:
- SuperAdmin: Create, Update, Delete, Read content types.
- Admin: Create, Update, Read content types.
- Others: Update, Read content types.
- Ability for creating new roles in the application.- # Testing
You can test the application using [postman collection](), You will find it in the [backend]() repository.