NextJs & Mysql
NextJs is a fast growing React Framework that allows you to build super fast statically generated web pages and dynamic web applications.
With NextJs, you can build user-friendly and SEO front-end apps and back-end APIs. You are not required to have a custom sever like Express, Django, or PHP to create APIs for your client app.
In this tutorial, you learn to build a simple Admin dashboard that allows a logged in user to manage users list - search, insert, update, and delete user data from Mysql database.
Before we start the development of the sample demo project, you have to install necessary tools such as NPM and VSC Editor. On my Windows machine, i also have XAMPP installed to manage MySQL database.
With NextJs, you can build user-friendly and SEO front-end apps and back-end APIs. You are not required to have a custom sever like Express, Django, or PHP to create APIs for your client app.
In this tutorial, you learn to build a simple Admin dashboard that allows a logged in user to manage users list - search, insert, update, and delete user data from Mysql database.
Before we start the development of the sample demo project, you have to install necessary tools such as NPM and VSC Editor. On my Windows machine, i also have XAMPP installed to manage MySQL database.
Comments
Post a Comment