Skip to content

springik/Podhuby

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Podhuby

Website made in the MEVN stack 1

Installation

  1. Clone the repo or download the .zip file and extract it.

  2. Run the DB creation query in the /DB/CreationQuery.sql directory. 2

  3. Run the following commands:

    npm run dev

    on the /Frontend/Podhuby directory.

    npm run devStart

    on the /Backend directory

  4. Check out the website on localhost:8081 3


Cloning the repository

 git clone https://github.com/springik/Podhuby.git

Dependencies


Footnotes

  1. MariaDB, Express.js, Vue.js, Node.js.

  2. The recomended database system is MariaDB. There's no guarantee for other database systems.

  3. The API runs on localhost:8080 by default