You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project involves creating a backend system where users can share and browse recipes. You need to implement user roles (regular users and administrators), with users able to post recipes, comment, and rate them. Recipes should have categories, ingredients, cooking instructions, and nutritional information.
This project is a backend application built with Node.js that serves as the foundation for a bookstore management system. It provides a set of APIs to manage owners, bookstores, books, and authors.
this app i build rest-api on docker and apply line notify api to app , it works for reminder me (To do list), And now i deploy to render server. Note render server sleeps ever 15 mins. So i found solution use cron-jobs.com to send a request to the endpoint As, /ping,/server every 10 mins or use resttemplate to request. it also works too.