Как построить REST API с помощью JS, Node.js и Express.js ⚡️ Node.js с примерами кода #52
Replies: 1 comment
|
привет, отличная статья, узнал много нового const getRecordsForWorkout = (req, res) => { module.exports = { |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Как построить REST API с помощью JS, Node.js и Express.js ⚡️ Node.js с примерами кода
статью, которая легко усваивается, и привел практический пример, которому можно следовать. В итоге мы создадим полноценный API, применяя одну лучшую практику за другой
https://nodejsdev.ru/guides/rest-api-design/
All reactions