Skip to content
This repository has been archived by the owner on Nov 13, 2021. It is now read-only.

LonelyFoodie/lonelyfoodie-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lonelyfoodie-server

To build and run this project:
  1. Install Docker
  2. Run this command
git clone https://github.com/LonelyFoodie/lonelyfoodie-server.git
cd lonelyfoodie-server
docker build -t lonelyfoodie-server .
docker run -p 5000:5000 lonelyfoodie-server
  1. Visit http://localhost:5000/

Or just...

  1. Install Python
  2. Run this command
git clone https://github.com/LonelyFoodie/lonelyfoodie-server.git
cd lonelyfoodie-server
pip install -r requirements.txt
python app.py
  1. Visit http://localhost:5000/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published