Skip to content

AlexandruManafu/NotLogical

Repository files navigation

NotLogical

This project was generated with Angular CLI version 13.1.4.

Express Version 4.17.3.

Mysql Server version 8.0.28.

Dependencies

Install Node

Install Angular

npm install @angular/cdk

Install Express

In the /server

npm install mysql2

npm install bcrypt

npm install cors

npm install nodemon

npm install dotenv

Install MySql

Setup MySql

Make a data folder in the server directory, make the whole mysql directory read/write accesible

First Time:

In cmd as admin:

	cd /d C:\Program Files\MySQL\MySQL Server 8.0\bin
	
	mysqld --initialize --console

Remember the root password

Start mysql shell

Enter the password

then:
	set password for root@localhost=''

In MySql command line: CREATE DATABASE NOTLOGICAL

Run the application

Edit then run the script NotLogicalStart.bat to start the application.

Comment out the following in server/index.js:

db.createDefaultTables();

About

Logic circuits simualtor in the form of a web application, it implements a unit-delay event driven algorithm

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors