A website to put down quotes that you read, heard, saw, thought and felt. Things that made to simle, laugh or tear-up. And those that just made to stare at the wall for few minutes.
- Readme (Github.com)
Checkout the Live site: SourceQuote.
- Note: The site may be down during deployment.
- Node.js
- MongoDB (A local or remote installtion like Mongo Atlas)
This is the easiest way to get the project up and running.
Just download/clone this repository and run the following command in the root path of the project.
docker-compose upYou should now be able to access the UI here: http://localhost:8091.
This will start,
- The mongo DB at port
27017 - The server at port
8091 - An additional mongo express client at port
8086for viewing the DB.
After downloading/cloning this repository
1.Setup the project
npm install2.(Optional) Start the mongo DB if using a local one.
3.Add a .env file in the root path with following properties
DB=<Your_local_or_remote_DB_URL>
DBNAME=<Your_DB_NAME>
COLLECTION=<Your_DB_COLLECTION>4.Start the server
npm run localOnce started you can view the page at http://localhost:8787.
MIT Licence. Free to copy, distribute and use.

