Skip to content

tamalCodes/Memoirs-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

12 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Memoirs πŸ“– - Create your memories

memoirs

What is Memoirs ? πŸ™„

⭐ Memoirs is a fullstack web application , it uses ReactJs in the frontend and in the backend it uses MongoDB, NodeJs and ExpressJs .

⭐ It is a place where you can store and share your memories in form of blogs along with pictures. You can also give categories to your blog if you fancy to. You can also edit or delete your blogs.

⭐ We also used Multer along with GridFS storage to store the image to the MongoDB database and show it to the user.

⭐ The blogs can also be sorted via Categories such as Music, tech, fashion etc. You can also view a particular user's blog by clicking on their names.


Why I made this project ? πŸ‘©πŸ»β€πŸ’»

⭐ BACK TO THE BASICS : This web app uses MERN stack and has the CRUD (Create, Read, Update, Delete) functionality, these functionalities are used in all apps but in different scales, so it really helped me have a good grasp of the basics.

The To-Do list πŸ“

⭐ USER AUTHENTICATION : I will soon be adding an User Authentication with the help of JWT or Firebase. We already have the functionality to view a particular user's blog so it will be easy enough.

⭐ FILE STRUCTURE : The files are not currently structured or Organised , i'll do it once done with my exams and all.

How to use the code ? πŸ’»

It's easy enough, just follow the steps :

πŸ‘‰πŸ» Fork this repo to your own profile

πŸ‘‰πŸ» git clone <repo_url> to clone your forked repo into local system

πŸ‘‰πŸ» npm install to add the dependencies

πŸ‘‰πŸ» npm start to start the Application