/food-done-right

Server side application for food-done-right project

Primary LanguageTypeScript

food-done-right

Development setup

  • Make sure you have docker, docker-compose and docker-syncinstalled on your system.

  • Create a new network (it it does not exist already)

    docker network create food_network
    
  • Clone this repository and cd into it.

  • Run the following command to start the file-sync between host and docker-container.

    docker-sync start
    
  • Execute the following to build the backend.

    docker-compose build
    
  • Start the composed Backend service

    docker-compose up
    
  • Server will start on localhost:8000