Skip to content

This is a Fullstack Project using Vue + Pinia + SASS in the Frontend and Node + Express + Mysql in the Backend with Typescript (Work in Progress)

Notifications You must be signed in to change notification settings

Mooskopf/vue-node-travel-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Travel App

You need to have MYSQL running on your machine and add a Database named "travel_db" To create the tables simply make a get request to the route /createdb (f.e. in your browser open localhost:7000/createdb) You will also need to create an .env in the backend. For that rename the .env.example to .env and paste your secret in there. To create a secret open your terminal and type in "node" + Enter. After that write in the following code:

var token = require('crypto').randomBytes(64).toString('hex'); console.log(token);

To run the Frontend navigate to the Frontend Folder and read the README there.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

About

This is a Fullstack Project using Vue + Pinia + SASS in the Frontend and Node + Express + Mysql in the Backend with Typescript (Work in Progress)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published