Skip to content

lizii24/Final-Project-Hamburg-Coding-School---Node.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Final Project Hamburg Coding School - Node.js

A simple travel bog app with Vue.js and Node.js.

Table of contents

General info

As a junior, this is my final project for the Full-Stack Web Development program at Hamburg Coding School. The goal was to create a travel blog in a Vue app that pulls data from MySQL via Node.
This is the first component: Node.js

Technologies

Project is created with:

  • mapbox-gl: 2.15.0
  • vue: 3.3.4
  • vue-router: 4.2.4
  • node: 18.16.0
  • cors: 2.8.5
  • dotenv: 16.3.1
  • express: 4.18.2
  • mysql2: 3.6.1
  • nodemon: 3.0.1

Setup

To run this project, you'll at least need Vue.js and Node.js (which comes with npm) installed on your computer. From your command line:

# Clone these repository
$ git clone https://github.com/lizii24/Final-Project-Hamburg-Coding-School---Vue.js
$ git clone https://github.com/lizii24/Final-Project-Hamburg-Coding-School---Node.js

# Go into the repository
$ cd Final-Project-Hamburg-Coding-School---Node.js

# Install dependencies
$ npm install

# Run the app
$ npm start

Acknowledgment

A big thanks to the instructors of the Hamburg Coding School.

hamburgcodingschool

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published