Skip to content

Kurdiumov/quote-of-the-day-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Backend for Quote of the day

Backend is used as a proxy for Quote of the day application. There are two endpoints:

Application hosted on Heroku.

Development

Check out repository and navigate to it:

git clone https://github.com/Kurdiumov/quote-of-the-day-backend.git
cd quote-of-the-day-backend

Install dependencies using npm:

npm install

Start express server using the following command:

npm run start

Server will be started by default on port 5000.

API keys should be obtained and configured for Paper Quotes and Unsplash services. Create .env file in root folder and insert the following settings replacing values with your API keys:

UNSPLASH_API_KEY=Your Unsplash API key
PAPER_QUOTES_API_KEY=Your Paper Quotes API key

Built with

License

This project is licensed under the terms of the MIT license.