Skip to content
This repository has been archived by the owner on Aug 5, 2023. It is now read-only.

SkippTekk/biscuits-industrial-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

biscuits-industrial-backend

Website project for Eve Online.

Temp website will be located at My website Once i feel it's ready to be "open" to the public.

To see the project on your own machine,

  1. git clone https://github.com/SkippTekk/biscuits-industrial-vue.git
  2. cd biscuits-industrial-vue
  3. npm install
  4. npm start

and it will be in localhost port 8081

Modules used so far

This will be updated at a later time once fully functional works. npm i --save

All the Packages that im planning to use

mysql2 npm i mysql2 --save

dotenv npm i dotenv --save

express npm i mysql2 --save

nodemon npm i nodemon --save

Creating a user in the database

CREATE USER 'username here'@'localhost' IDENTIFIED BY 'password goes here'; CREATE database eveproject; GRANT ALL PRIVILEGES ON eveproject.* TO 'username here'@'localhost' WITH GRANT OPTION; FLUSH PRIVILEGES;

About

Back network for the website Biscuits Industrial

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published