Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: 15 days 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 `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`
* Navigate to the home directory using `cd ..`
* Navigate to the client directory using `cd client`
* Install the dependencies using `npm install`
* Start the server by running `npm run dev`