Skip to content

Araba68/Week-5-hands-On-Project

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

from week 5 lesson

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • CSS 46.3%
  • HTML 40.9%
  • JavaScript 12.8%