This project demonstrates my knowledge of REST APIs by building a simple CRUD API.
- CRUD operations for managing items
- Node.js
- React.js
- Express.js
- Clone the repo:
git clone https://github.com/devhenode/myflexisafe
- Install dependencies:
npm install
- Start the server:
npm run dev
See the API Docs for detailed endpoint information.
Access the live API at: [https://myflexisafe-git-main-devhenodes-projects.vercel.app/]