use this http for backend datas http://localhost:5000/users
Installing npm :
1.npm init -y -> it will create package.json
2.npm i json-server -> it will create whole package.json
3.create db.json and add some data
4.npm json-server --watch ./database/db.json --port=5000 -> it will create whataver your given(5000) localhost
netlify link :
https://cerulean-tarsier-3cdce4.netlify.app/
github link:
https://github.com/SakthivelMadhu/-lazy-base-8555
Features Used :
1.HTML ,CSS and JavaSricpts
2.slider function
3.CRUD operations
4.created API
5.SMTP js creditianls
6.created backend server