https://github.com/ssxdev/quoteverse
QuoteVerse: Share and discover inspiring quotes. Register/login, write your quotes, and explore a vibrant community of wisdom. Embrace the power of collective inspiration.
https://github.com/ssxdev/quoteverse
collaborate expressjs github jwt-authentication mongodb nodejs reactjs
Last synced: about 1 year ago
JSON representation
QuoteVerse: Share and discover inspiring quotes. Register/login, write your quotes, and explore a vibrant community of wisdom. Embrace the power of collective inspiration.
- Host: GitHub
- URL: https://github.com/ssxdev/quoteverse
- Owner: ssxdev
- Created: 2023-07-22T13:56:29.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-07-23T17:46:42.000Z (almost 3 years ago)
- Last Synced: 2025-04-17T07:17:27.558Z (about 1 year ago)
- Topics: collaborate, expressjs, github, jwt-authentication, mongodb, nodejs, reactjs
- Language: JavaScript
- Homepage: https://quote-verse.vercel.app
- Size: 552 KB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
QuoteVerse

QuoteVerse: Share and discover inspiring quotes. Register/login write your quotes and explore a vibrant community of wisdom. Embrace the power of collective inspiration.
🚀 Demo
[https://quote-verse.vercel.app](https://quote-verse.vercel.app)
🧐 Features
Here're some of the project's best features:
* Register and login to QuoteVerse.
* Write and publish your own inspiring quotes.
* Explore a vibrant community of shared wisdom.
* Engage with others' quotes and find inspiration.
🛠️ Installation Steps:
1. Clone the repository
```
git clone https://github.com/SurendarSingh/QuoteVerse.git
```
2. Navigate to the NodeJs directory
```
cd QuoteVerse/server
```
3. Install dependencies
```
npm install
```
4. Start the NodeJs development server
```
npm start
```
5. Navigate to the ReactJs directory
```
cd ../client
```
6. Install dependencies
```
npm install
```
7. Start the ReactJs development server
```
npm start
```
8. Open your web browser and visit
```
http://localhost:3000
```
💻 Built with
Technologies used in the project:
* React.js
* Node.js
* Express.js
* MongoDB
* JWT