Skip to content
/ iSQL Public

Interactive SQL Executor with Angular frontend using Material Design and a node.js backend written in TypeScript using Express.js

Notifications You must be signed in to change notification settings

Kev1n337/iSQL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

iSQL - Using Angular and Node.js

Please make sure to run npm install in both directories to install all needed dependencies.

Client

The client is written in TypeScript using Angular 5. It is styled with Material Design.

In order to run the client, please install Angular CLI and type the folowing command in the terminal:

cd client; ng serve

Then navigate to http://localhost:4200

Server

Before running the server, you need a MySQL-database set up and change the connection-parameters accordingly in server.ts. In case you don't have the typescript compiler installed, please run npm install -g tsc.

Run the server with the following command and watch out for the log Database is connected ...

npm start

About

Interactive SQL Executor with Angular frontend using Material Design and a node.js backend written in TypeScript using Express.js

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages