Skip to content

saarakhan/Realm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Realme Blog App

Features

  • User registration and login
  • Create, update, and delete blog posts
  • Upload images for posts
  • View and read posts by other users
  • User profile management

Languages and Technologies

  • Frontend: React, CSS
  • Backend: Node.js, Express
  • Database: MongoDB
  • Other: Axios for API calls, Multer for file uploads

Folder Structure

realm/
β”œβ”€β”€ Backend/
β”‚   β”œβ”€β”€ models/          # Mongoose models
β”‚   β”œβ”€β”€ routes/          # API routes
β”‚   β”œβ”€β”€ controllers/     # Route controllers
β”‚   β”œβ”€β”€ middleware/      # Middleware functions
β”‚   β”œβ”€β”€ config/          # Configuration files (e.g., database)
β”‚   β”œβ”€β”€ images/          # Uploaded images
β”‚   β”œβ”€β”€ server.js        # Main server file
β”‚   └── .env             # Environment variables
└── frontend/
    β”œβ”€β”€ src/
    β”‚   β”œβ”€β”€ components/   # Reusable components
    β”‚   β”œβ”€β”€ pages/        # Page components
    β”‚   β”œβ”€β”€ context/      # Context API
    β”‚   β”œβ”€β”€ App.js        # Main app component
    β”‚   └── index.js      # Entry point
    └── public/           # Public assets (e.g., index.html)

About

Realm is a blogging website built with MERN.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published