- Clone this repository
git clone https://github.com/kikuKeii/starter-express-api-vercel.git
- Install packages (use
yarn
ornpm
)
npm install
- Start server
npm run start
or
npm dev (you have to install nodemon on your computer)
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 |
If you think this is useful for your learning process or your project. Please support me by giving Ko-Fi.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.