Trying out Deno by building a real estate website.
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
make database
make migrate
Run the following command to compile to an executable
make compile
once completed you'll should see main
file which is the generated executable