Skip to content

jediger/nodejs-backend-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nodejs-backend-demo

This is a simple demo for API versioning and simple MySQL/ORM handling

There are two tables: users and birds

birds:

  • id
  • name

users:

  • id
  • username
  • age
  • gender

You can run the API endpoints in Postman. Here is the URL to the collection data: https://www.getpostman.com/collections/9552162c96cc8cbafd48

To Run:

npm install

node index.js

About

Demo for API versioning and simple MySQL/ORM handling

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published