Skip to content

kikuKeii/starter-express-api-vercel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Starter Express API deploy on Vercel

GitHub issues GitHub pull requests GitHub forks GitHub contributors GitHub last commit

Usage

  1. Clone this repository
git clone https://github.com/kikuKeii/starter-express-api-vercel.git
  1. Install packages (use yarn or npm)
npm install 
  1. Start server
npm run start 

or

npm dev (you have to install nodemon on your computer)

API Documentation

Api Path : localhost:3000
Try : https://starter-express-api-vercel.vercel.app

Endpoint Params Description
/ - Index
/api - index of API
/users - Index of Users
/users/s?uid={query} ueser ID index of Users with ID
/author - index of author

Deploy on Vercel

Deploy with Vercel

Support

ko-fi

If you think this is useful for your learning process or your project. Please support me by giving Ko-Fi.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT