Skip to content

Repository files navigation

Assemble Engine

In order to populate the application with relevant data, you need to start up the Rails backend:

$ cd server
$ gem install bundler
$ bundle install
$ rails s

Test that the server is working with the command:

$ curl -X POST http://localhost:3000/evaluate -H "Content-Type: application/json" -d '{ "code": "2 + 2" }'

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages