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

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.

Awesome Lists containing this project

README

          

QuoteVerse

project-image

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