Skip to content

pollak-projects/ConsoleX

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

ConsoleX website

Team Members:

  • Dancsik Dávid
  • Keskeny Kevin
  • Juhász Gergő

Languages we use:

  • Vuetify 3
  • NodeJs
  • Mysql

Important links:

Figma:

Tips:

How to start up the website in localhost:

Frontend startup:

  1. In Visual Studio Code, open up a new terminal.
  2. Once open, copy these commands into the terminal:
    cd .\Frontend\
    
    npm install 
    
    npm run dev 
    

Backend server startup:

  1. Start up XAMPP and in PHPmyadmin creat a new database named "vizsgaremek" and after that import the "viszgaremek.sql" into the database.
  2. Once the Database is configed, open a new terminal and copy these commands into it:
    cd .\Backend\
    
    npm install 
    
    node server.js 
    

Once everything is setup, you can reach the website here: http://localhost:7777/

Admin page:

  • How to access the admin page: On the login page you can login to the admin user with this username and password:

    • username: admin
    • password: admin

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages