Skip to content

mrt786/Nascon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nascon

Prerequisites

How to run

BACKEND

1. Setup Environment Variables

set MYSQL_PASS="ur_password"
set DB_NAME="ur_db_name"
set JWT_PRIVATE_KEY = "any_strong_random_key"

Or simply make a .env file

2. Install Packages

Navigate to /backend

cd backend

Run the following commands:

npm install

3. Start MySql Workbench

Just open a connection in MySql workbench

4. Run the app

npm start

FRONTEND

1. Install Packages

Open another terminal and navigate to /frontend

cd frontend

Run the following command:

npm install

2. Run the app

npm run dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages