Skip to content

janklatte/survivors_backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Survivors Back-End

Setup

Before building the back-end, you need to create a .env file containing the following information:

MONGODB_URL=<url-to-your-mongodb>
JWT_KEY=<your-jwt-key>
PORT=3001

After that you can build with:

docker build -t hack-corona-survivors .

And run it with

docker run --name hack-corona-survivors --env-file ./.env -p 3001:3001 -d hack-corona-survivors

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors