Skip to content

reapedjuggler/Memories-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Memories-App

Screenshot from 2021-03-30 12-00-26

Screenshot from 2021-03-30 11-58-19

Features:

  • Create, Edit, Delete a Memory-post if you're the owner of the post
  • Like any post if you're a registered user

  • Tech Stack Used

    Front-End

  • Reactjs
  • Redux
  • Material-UI

  • Back-End

  • Expressjs
  • MongoDB
  • JWT

  • For Executing it locally

    Fork the repository

    Clone the repository

    $ git clone https://github.com/reapedjuggler/Memories-App
    $ cd Memories-App
    

    Install the node modules in each of the client and server repository Setup the env file
    Move to your terminal and

    $ cd client
    $ npm start
    
    $ cd server
    $ nodemon server.js