Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kishan2029/nostalgiaa
Nostalgia is a MERN( MongoDB, Express JS, React, NodeJS) full stack application. Users can create a memory and revisit it to refresh it. It also includes functionalities like update and delete memory, like a memory and many more.
https://github.com/kishan2029/nostalgiaa
express jwt-authentication mongodb reactjs redux
Last synced: 4 days ago
JSON representation
Nostalgia is a MERN( MongoDB, Express JS, React, NodeJS) full stack application. Users can create a memory and revisit it to refresh it. It also includes functionalities like update and delete memory, like a memory and many more.
- Host: GitHub
- URL: https://github.com/kishan2029/nostalgiaa
- Owner: Kishan2029
- Created: 2021-09-04T07:32:29.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-03-18T18:30:31.000Z (8 months ago)
- Last Synced: 2024-03-18T19:56:18.621Z (8 months ago)
- Topics: express, jwt-authentication, mongodb, reactjs, redux
- Language: JavaScript
- Homepage: https://nostalgiaa-app.netlify.app/
- Size: 4.22 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Nostalgia
## :dart: About
Created fullstack MERN application to help a developer to connect with other developers. Developer can view the profile of other developers even if they are not logged in. But if they want to create post or an interact with a post they must login. App is using github api to fetch the latest projects of the developer.
## :sparkles: Features- Users can Sign In/ Sign Up
- Users can create/edit/delete memory which include topic, image and description.
- Users can like others' memories.
- Users can search memories.
- It gives suggestions about similar tags memories (Recommendation feature).
- Users can comment on memories.
## :rocket: TechnologiesThe following tools were used in this project:
- React.js
- Express.js
- MongoDB
- Node.js
- JSON web token
- Redux
- Material UI
## Deploy Link
https://nostalgiaa-app.netlify.app/## :checkered_flag: Starting
```bash
# Run client
$ cd client
$ npm i # Install dependencies
$ npm run dev # starts development server
$ npm run start # starts production server# Run client
$ cd server
$ npm i # Install dependencies
$ npm run dev # starts development server
$ npm run start # starts production server# The server will initialize in the
# The server will initialize in the
```