Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mstgnz/blog
Go, Java, Python, Php, NodeJS
https://github.com/mstgnz/blog
angular blog django golang java8 laravel mongodb nextjs nodejs python react spring-boot
Last synced: 15 days ago
JSON representation
Go, Java, Python, Php, NodeJS
- Host: GitHub
- URL: https://github.com/mstgnz/blog
- Owner: mstgnz
- License: mit
- Created: 2021-03-24T10:10:25.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-06-04T16:43:18.000Z (over 1 year ago)
- Last Synced: 2024-06-20T03:41:12.975Z (7 months ago)
- Topics: angular, blog, django, golang, java8, laravel, mongodb, nextjs, nodejs, python, react, spring-boot
- Language: CSS
- Homepage:
- Size: 8.62 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BLOG
I'm a full stack developer. While learning different technologies, I write the same project with different technologies in order to both reinforce what I have learned and set an example. In our blog project; There will be membership, blog and comment modules.## [Blog with Laravel](https://github.com/mstgnz/blog/tree/main/laravel)
Blog project with Laravel technology. Mysql will be used.## [Blog with Django](https://github.com/mstgnz/blog/tree/main/django)
Blog project with Django technology. Sqlite3 will be used.## [Blog with NodeJS - Express api and React client](https://github.com/mstgnz/blog/tree/main/nodejs)
Blog project with NodeJS and React technology. We will provide api service with express. We will send a request to the api service with the client we created with React. Mongodb will be used.## [Blog with Java - Spring Boot api and NextJs client](https://github.com/mstgnz/blog/tree/main/java)
Blog project with Java and NextJs technology. We will provide api service with spring boot. We will send a request to the api service with the client we created with NextJs. PostgreSql will be used.## [Blog with Go - Go api and Angular client](https://github.com/mstgnz/blog/tree/main/go)
Blog project with Go and Angular technology. We will provide api service with Go. We will send a request to the api service with the client we created with Angular. PostgreSql will be used.