Skip to content

LBeul/foodle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🍜 Project Foodle

Coursework for Front End Development @ HTW Berlin

  • App Name: Foodle
  • Items: Restaurants ({title, lat, lon, street, zipCode, likeCount, imageSrc, description})
  • Backend Option: Self-built Express/TypeScript/MongoDB Backend

Foodle is a place to save all the hidden street food gems in Berlin. It's a simple React app connected to an Express backend which persists data to a mongoDB atlas instance.

📱 Frontend

  • React+Typescript, bundled with vite
  • Styling via ChakraUI
  • Routing via React ROuter
  • Icons from react-icons

💾 Backend

  • Typescript, Express, MongoDB
  • Node 18 or newer is required (in order to perform server-side fetch)
  • Copy the content of backend/.env.example into backend/.env and insert your username and password for the mongoDB atlas instance
  • Backend acts as federated gateway and communicates with other APIs like Nominativ

About

Coursework for Front End Development @ HTW Berlin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages