Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 445 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 445 Bytes

Anokha_Backend_2023

Ohoo! Anokha is Back!

Node.js backend using MySequel...

Steps tp connect:

  1. npm install
  2. ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY 'password'
  3. Create database anokha in mysql using the following query "CREATE DATABASE anokha"
  4. Create database anokha_transactions in mysql using the following query "CREATE DATABASE anokha_transactions"
  5. Run "npm start"
  6. Thats it! Sit and Relax!