You can visit the project from here: https://memorify-mern.web.app/
- About this Project
- How to run the app on your computer
- Memories
- Functionality
- Tools
- Application Pictures
Memorify is a Full Stack web application wich was created with the MERN stack. The idea of the project is a simple place where people can share their memories with others and give opinion about certain places they visited.
- You can download the project ZIP file or you can clone the repository directly.
- Open the project with IDE/Code Editor.
- Open terminal with
Ctrl + J
. - Navigate to movies-now folder with
cd memorify
. - Then navigate to
client
folder withcd client
. - Type
npm i
to install all modules that are listed onpackage.json
file and their dependencies. - Type
npm start
to run the project in the browser. It will start onhttp://localhost:3000
, but you can change it to another if necessary. Typey
to do it. - Explore Memorify.
- Create your memories.
- All registered users can create memories from different places.
- They can explore all memories from the database.
-
Register
- create account
- explore memories
- share your experience with others
- become part of Memorify community
-
Login
- login in existing account
- search memories
-
Create
- create memories
- add them to the memories collection
- add comment to memory
- become part of Memorify creators
-
Read
- learn about places
- read information about memories
- read comments
-
Update
- update memory
- like memories
-
Delete
- creator of the memories can delete them