This repo contains the source code for the website J Food Blogger. It is a blog web app that aims to allow people to share their favourite japanese food experiences.
- Personal profile.
- Image upload.
- Authentication.
- Admin user privilages (delete content on website).
- Blog posts.
- Comments.
- Edit blog posts, comments.
- Search posts.
- Node.js and Express.js. Uses server side rendering to render each pages.
- MongoDB.
- Cloudinary for image storage and their APIs for image retrieval.
- Bootstrap.
- AWS Elastic Beanstalk.
- Heroku (Previously deployed via Heroku when it still had free tier).
npm install
npm start