rajkeshav1410 / RTO-Managment-System

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RTO-Managment-System

1. Initializing the project

Open a terminal and run

> git clone https://github.com/dhrrruvin/RTO-Managment-System.git
> cd RTO-Managment-System
> npm i

Preferably open the project in VS Code

> code .

2. Creating database

  1. Download MySQL and install

  2. Set the root password for MySQL while installation and insert the same in the .env file like

    DB_PASSWORD=<your_password_here>
    
  3. After installation, open a terminal and run commands

    > cd "C:\Program Files\MySQL\MySQL Server 8.0\bin"
    > mysql -u root -p
    

    Enter the root password and press enter

  4. Run all the SQL commands present in query file. Just copy them and paste them into the MySQL Shell

3. Start server

  1. In terminal run

    > npm run devStart
    
  2. Open http://localhost:3000 on your browser


About


Languages

Language:JavaScript 49.4%Language:HTML 40.9%Language:CSS 9.6%Language:Shell 0.1%