Skip to content

nguyenngoc2505/test-proj

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A small Lotus app demo

To start the server:

  bundle exec lotus server

Then you could browse the site with 0.0.0.0:2300

  • The admin page is /admin with username and password in config/.env.development
  • The web client page is /
  • THe API is /v1/api. You can do it with curl command: curl -i -H "Accept: application/json" http://0.0.0.0:2300/api/v1/posts or curl -i -H "Accept: application/json" http://0.0.0.0:2300/api/v1/posts/:id to show post

About

test lotus app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published