Skip to content

patoui/deno_real_estate

Repository files navigation

Deno Real Estate

Trying out Deno by building a real estate website.

Requirements

  • Docker
  • Make is installed (usually via apt install build-essential)

Running the Application

Copy .env.example to .env and replace with your own values (default values work with Docker), then simply run:

make start

when it finishes running, you should be able to access the application at http://0.0.0.0:8080

Accessing the database

make database

Running database migrations

make migrate

Compiling and running to executable

Run the following command to compile to an executable

make compile

once completed you'll should see main file which is the generated executable

About

Trying out Deno https://deno.land/ by building a real estate website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published