https://github.com/mkubdev/strapi-angular
✔ The power of Strapi + Angular ! It's an entry-level basic skeleton to show a simple blog.
https://github.com/mkubdev/strapi-angular
angular strapi
Last synced: about 1 year ago
JSON representation
✔ The power of Strapi + Angular ! It's an entry-level basic skeleton to show a simple blog.
- Host: GitHub
- URL: https://github.com/mkubdev/strapi-angular
- Owner: mkubdev
- Created: 2020-10-19T15:55:26.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-05-06T18:20:47.000Z (almost 5 years ago)
- Last Synced: 2025-01-22T22:29:46.670Z (about 1 year ago)
- Topics: angular, strapi
- Language: TypeScript
- Homepage:
- Size: 274 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# How to fast build Web Application with Strapi + Angular
☣ [TESTING PURPOSE ONLY]
This repo is a demo to test Strapi + Angular
## Quick intro
For us, developers, starting a new web project can be a tedious job. It raises questions like:
1. What technology should I use for the front-end?
2. What technology should I use for the back-end?
3. What database is the best?
Because nowadays all Javascript technologies like **React**, **Angular** and **Vue** are very popular for building Web applications, so we can get an answer for the first question very fast. But what about the back-end? Should I use **NodeJS** or **.NET Core** ? Is it better to use a **relational** or **non-relational database** ? Well, Strapi has the answer to all these questions.
Tutorial Link : https://dev.to/mkubdev/the-power-of-strapi-building-web-application-has-never-been-easier-291i
## TODO
- [ ] Add Vercel preview link
- [ ] Build and maintain a starter Strapi/Angular project
- [ ] Update Strapi
- [ ] Update Angular