Skip to content

JalaySimaria/MyEANTechChallenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MyEAN Tech Challenge (Live Demo)

MyEAN -> MySQL + ExpressJS + AngularJS + NodeJS

Prerequisites :

  • NodeJS
  • MySQL

Steps to run project :

  • Go to your my.ini and make bellow mentioned necessary changes :
    max_allowed_packet = 100M
    innodb_log_file_size = 100M
    Save file and restart MySQL.
  • Create new schema named -> myean
  • Make necessary changes into /MyEANTechChallenge/server/config/config-local.json/"DB" for connection to your local MySQL.
  • After cloning repository, cd into the project directory and execute below mentioned command :
    npm i
  • Start node server by execuring below mentioned command :
    npm start

Once you see below mentioned messages in your terminal/cmd :

Connection has been established successfully.
Server listening on port : 3003

open http://localhost:3003/ in browser.

Cheers!