An open API service indexing awesome lists of open source software.

https://github.com/omkar-savoikar/memories

ReactJS application to create and update posts. Also, users can read posts of other users and like and comment on them.
https://github.com/omkar-savoikar/memories

fullstack javascript nodejs react-hooks react-router reactjs redux redux-thunk redux-toolkit

Last synced: 4 months ago
JSON representation

ReactJS application to create and update posts. Also, users can read posts of other users and like and comment on them.

Awesome Lists containing this project

README

          

# Memories

ReactJS application to create and update posts. Also, users can read posts of other users and like and comment on them.

## To run the application:
* run `git clone https://github.com/Omkar-Savoikar/Memories.git` in your terminal to clone the repo.
* Navigate to the project directory using `cd Memories`.
* Navigate to the server directory using `cd server`.
* Install the dependencies using `npm install`.
* Start the server by running `npm run dev`.
* Open another terminal in the `Memories` directory.
* Navigate to the client directory using `cd client`.
* Install the dependencies using `npm install`.
* Start the server by running `npm run dev`.