Skip to content

dommi10/bookworm-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bookwarm Api

Simple Api build using :

  • Javascript / NodeJS
  • ExpressJS
  • MongoDB

Setup

Make sure you have NodeJS and MongoDB setup on your computer before start

Some request are based on external Api Calls Goodread. You must provid your key on .env file Goodreads Offical Api.

Make sure, you have yarn installed before continue.

local development

scripts avaibles

yarn

run yarn on the terminal to install packages

yarn start

run yarn start to start the server, the server address default it's http://localhost:3000, it can be modify on .env file.

GOOD LUCK!

Your help is welcome