Skip to content

The API for the web and android app versions of LunchBox

Notifications You must be signed in to change notification settings

tanwasp/lunchbox-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

LunchBox WebApp

This is a backend api of a restaurant search and review app.

Technologies

  • Languages: JavaScript with Node and Express
  • Database: PostgreSQL

How to use

  1. Clone the repository
  2. Set up a local postgreSQL database with the formats and fields as specified in postgreSQLData.md
  3. Navigate to src
  4. Run "npm install"
  5. Add your unique database url to the .env file.
  6. Run "npm start"
  7. Test with postman or open up http://localhost:5000/api/v1/restaurants to get started!

HTTP requests and URLs

default - /api/v1/restaurants example urls are assuming a port of 5000

Searching/ Checking out Restaurants

About

The API for the web and android app versions of LunchBox

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published