Skip to content

APIs-and-Apps/api-devfin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

api-devfin

API for devfin project based on json-server.

Running with docker

docker run -d -p 80:80 -v "$PWD"/db.json:/data/db.json clue/json-server
Browse to http://localhost

Running without docker

json-server --watch db.json
Browse to http://localhost:3000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published