Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/organique0/mern-next-ts-blog
mogodb, react, express, typescript, bootstrap
https://github.com/organique0/mern-next-ts-blog
Last synced: about 2 months ago
JSON representation
mogodb, react, express, typescript, bootstrap
- Host: GitHub
- URL: https://github.com/organique0/mern-next-ts-blog
- Owner: Organique0
- Created: 2023-08-15T18:15:53.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-12T17:27:33.000Z (10 months ago)
- Last Synced: 2024-03-12T18:43:09.630Z (10 months ago)
- Language: TypeScript
- Homepage: https://mern-next-ts-blog.vercel.app
- Size: 1.17 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mern-next-ts-blog
*********************************************************************************
This is from a paid tutorial from Coding in Flow (https://github.com/codinginflow)
*********************************************************************************mogodb, react, express, typescript, bootstrap.
There is another branch made to be used as a standalone api server hoster on Heroku.
update: I have switched hosting from Heroku to Microsoft Azure.
note: Azure database is set to auto pause, so it may take a while to wake up
*********************************************************************************
The most advanced project I have ever made. I would say that is it well build and scalable.
The server side is separated and buid using Express.js and other libraries.The only reason that I prefer Next.js as a full-stack framework is really just becasuse of ease of use and the fact that Vercel has a great free hosting service.
Here the hosting of the server is a bit of a problem, since I cannot just host the entire project on Vercel.But on the other side, Next.js is still amazing to use with React on the front-end.
I would even say that, if you have a React project, you need to use Next.js.
But for server stuff, Express.js is just much better since it was made for it.Some other tutorial would take shortcuts and rely to much on external services like for example Cloudinary for image upload.
But here the image uploading is done mostly by hand and the images are actually hosted on my server.
Which is pretty cool if you ask me.