Skip to content

cyclone-cycy/backendFrontendConnection

 
 

Repository files navigation

Week-5-hands-On

The aim of this project is to introduce you to the connection of MySQL database to NodeJs

Procedure

  • Fork the project
  • Clone the project on your local computer
  • Open the file in VS Code
  • Create a folder named api.
  • Open the terminal and navigate the api folder
    cd api
  • Run the following command to initalize the backend
    npm init -y
  • Run the following command to install the necessary dependancies
    npm install express mysql2 bcrypt nodemon cors dotenv
  • Create a server.js file.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 37.4%
  • HTML 33.0%
  • JavaScript 29.6%