Skip to content

Latest commit

 

History

History
46 lines (31 loc) · 774 Bytes

README.md

File metadata and controls

46 lines (31 loc) · 774 Bytes

API Template

You can get, add, update, delete users using this API template.

🚀 Quick Start

# Clone the project
git clone https://github.com/fadihanna123/api.git
# Go to the directory
cd api
# Install dependencies
yarn
# Start the server
yarn dev
# Go to http://localhost:5000

Usage

You can test API CRUD operations using Postman.

🤝 Contributing

1 - Clone the project.
2 - Fork the project.
3 - Create your own branch: git checkout -b <your branchname>
4 - Push changes.
5 - Create a pull request.

Contributions, issues and feature requests are welcome!
Feel free to check issues page.