Ecosyste.ms: Awesome
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: 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.
- Host: GitHub
- URL: https://github.com/omkar-savoikar/memories
- Owner: Omkar-Savoikar
- Created: 2024-11-28T15:02:37.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-01-18T03:46:54.000Z (about 1 month ago)
- Last Synced: 2025-01-18T04:33:46.604Z (about 1 month ago)
- Topics: fullstack, javascript, nodejs, react-hooks, react-router, reactjs, redux, redux-thunk, redux-toolkit
- Language: JavaScript
- Homepage:
- Size: 243 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
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 `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`