Skip to content

nikkipelchat/fakedata-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fakedata-api

Just a simple REST API project structure returning fake data.

Made with Swagger, Express, TypeScript, and Nodemon. Swagger to define the endpoints, Express to auto route the endpoints to a file structure (/src/handlers), and Nodemon for hot reload

Build

# build swagger
npm run swagger-pack
# build project
npm run build
# start project with hot reload
npm run start

About

Just a simple REST API project structure returning fake data

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published