Skip to content
/ server Public

Application server for Forkeat, a food & recipes management information system

License

Notifications You must be signed in to change notification settings

ForkEat/server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ForkEat server

codecov

Build Status

🛠️ Installation Steps

🐳 Option 1: Run from Docker run

Run the container
$ docker run -d \
  -p 80:80 \
  -p 443:443 \
  -e "DATABASE_URL=postgres://****:****@****:5432/****" \
  -e "JWT_SECRET=<RANDOM_STRING>"
  --name forkeat-server thomaslacaze/forkeat-server:linux-amd64

🐳 Option 2: Run from Docker-compose

Clone latest version

$ git clone https://github.com/ForkEat/server
$ cd docker

Generate configuration

$ chmod +x generate_config.sh
$ bash generate_config.sh

You'r ready to launch

$ docker-compose up -d

See here

About

Application server for Forkeat, a food & recipes management information system

Topics

Resources

License

Stars

Watchers

Forks

Contributors 4

  •  
  •  
  •  
  •  

Languages