简体   繁体   English

具有用户帐户数据库的Node.js

[英]Nodejs with database for user accounts

This is not really a question but more a request for a recommendation. 这实际上不是问题,而是更多的建议要求。 So, I learned some front end (html, css and vanilla js) and some back end (nodejs + express) but now I would like to develop my own web app as I think i'll learn a lot while im doing it. 因此,我学到了一些前端(html,css和vanilla js)和一些后端(nodejs + express),但是现在我想开发自己的Web应用程序,因为我认为自己在学习过程中会学到很多东西。 My biggest question is on backend, im planning to use nodejs + express and a database (preferencially mysql) connected to it, as I told before i've already learned some back end but i only wrote a server file, I would like to know how this web app should be organized and how to connect the backend to a database. 我最大的问题是在后端,即时消息我打算使用nodejs + express和连接到它的数据库(尤其是mysql),正如我在学到一些后端但我只写了一个服务器文件之前告诉我的那样该Web应用程序应如何组织以及如何将后端连接到数据库。 For example, developing a page where users can create and login with their own accounts and have their own data. 例如,开发一个页面,用户可以在其中创建并使用自己的帐户登录并拥有自己的数据。 Could you please give me some good resource where I could build something similar so I would learn it? 您能否给我一些好的资源,让我可以构建类似的东西,以便我学习? Thanks a lot! 非常感谢!

I used this tutorial and some other in the same website to make a webapp with nodeJS express.js and MySQL so here's the link, have fun ! 我在同一个网站上使用了本教程和其他教程,使用nodeJS express.js和MySQL制作了一个Webapp,所以这里的链接非常有趣!

https://codeforgeek.com/2015/01/nodejs-mysql-tutorial/ https://codeforgeek.com/2015/01/nodejs-mysql-tutorial/

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM