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.
- Host: GitHub
- URL: https://github.com/omkar-savoikar/memories
- Owner: Omkar-Savoikar
- Created: 2024-11-28T15:02:37.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-22T04:23:28.000Z (over 1 year ago)
- Last Synced: 2025-05-07T04:45:08.307Z (about 1 year ago)
- Topics: fullstack, javascript, nodejs, react-hooks, react-router, reactjs, redux, redux-thunk, redux-toolkit
- Language: JavaScript
- Homepage:
- Size: 285 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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`.