Skip to content

My simple web application for creating memories. You can create, like and delete your memories. You can also comment other people memories

Notifications You must be signed in to change notification settings

BilliNovik/memories

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

MERN Stack Memories App

Technologies

Features

  • Google OAuth
  • Custom authentication and register
  • Ability to like each post
  • Search by posts
  • Adding photo realized by base64
  • Adding new memories
  • Commenting each post
  • Pagination

Deploying to your computer

First press 'Code' button and choose 'Download ZIP', then unpacking zip to your any folder and open in Visual Studio Code or other program. Your structure can be like...

. 
├── server
└── client

Open the terminal in two window and write in first window cd server and then npm i and then after installing packages npm start and other window cd client and then npm i and then after installing packages npm start

Don't forget adding your .env params in folder...

. 
├── server
│   └── .env  
└── client
    └── .env  

Then you can use my program :)

About

My simple web application for creating memories. You can create, like and delete your memories. You can also comment other people memories

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published