Skip to content

andreiursan/todo-aerospike

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

todo-aerospike

FIXME: description

Developing

Setup

When you first clone this repository, run:

lein setup

This will create files for local configuration, and prep your system for the project.

Next connect the repository to the Heroku app:

heroku git:remote -a FIXME

Environment

To begin developing, start with a REPL.

lein repl

Run go to initiate and start the system.

user=> (go)
:started

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

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

user=> (reset)
:reloading (...)
:started

Generators

This project has several generators to help you create files.

  • lein gen endpoint <name> to create a new endpoint
  • lein gen component <name> to create a new component

Deploying

To deploy the project, run:

lein deploy

Legal

Copyright © 2015 FIXME

About

a quick play ground for trying out aerospike and duct

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published