Skip to content

pablovem/express-booking

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

express-booking

Express Booking

API Reference

Users

Get all users

  GET /api/users

Create an user

  POST /api/users
Parameter Type Description
name string User name
lastname string User lastname
email string User email
username string Username
phone string Phone

Update an user

  PUT /api/users/:id
Parameter Type Description
name string User name
lastname string User lastname
email string User email

Delete an user

  DELETE /api/users/:id

Coding Rules

Commit Message Format

Prefix is suggested based on the Angular convention:

  • build: Changes that affect the build system or external dependencies
  • ci: Changes to our CI configuration files and scripts
  • chore: updating elements but no production code change
  • docs: Documentation only changes
  • feat: A new feature
  • fix: A bug fix
  • perf: A code change that improves performance
  • refactor: A code change that neither fixes a bug nor adds a feature
  • style: Changes that do not affect the meaning of the code
  • test: Adding missing tests or correcting existing tests

About

Express Booking

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published