Skip to content

neumann-tokyo/duct-init

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

duct-init

This repository is a pre-setup of frequently used functions in duct.

Developing

Setup

You need to install:

And,

./runner setup

Database

Start database:

./runner up

Repl

To begin developing, start with a REPL.

./runner up -d
./runner repl

Run go to prep and initiate the system.

dev=> (go)
:duct.server.http.jetty/starting-server {:port 3000}
:initiated

By default this creates a web server at http://localhost:3000.

When you make changes to your source files, use reset to reload any modified files and reset the server.

dev=> (reset)
:reloading (...)
:resumed

You can use (auto-reset), (halt), (exit)

Testing

you can run tests through runner.

./runner up -d
./runner test

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published