Skip to content

Kyrylo-Glamazdin/Give-a-Book-Away-Backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Give A Book Away

Give A Book Away is an online platform for exchanging books. Here you can:

  • Create an account
  • Search for books in your area
  • Post books
  • Edit book information
  • View the approximate distance to the book you would like to pick up
  • Chat with other users

Deployment

Heroku link: https://books-away.herokuapp.com/

Back-End Installation

Clone the repo, then type:

npm install

After completing the installation, you can run the app by typing:

nodemon app.js

Keep in mind that you will need to have the following API keys & URLs with listed variable names in your .env file to run the project:

Contributors