Skip to content

una-language/example-express

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Express example

In this example we run an Express server written in Una.

  • It returns HTTP code 200 on request to / endpoint
  • It returns user name by its id from fake database on request to /user/:id endpoint (e.g., user/a1 returns "Alice")

Install

npm install

Run

npm start

About

Express server application example written in Una

Resources

License

Stars

Watchers

Forks