Skip to content
This repository has been archived by the owner on Feb 2, 2020. It is now read-only.

haracejacob/delicious-mabab

Repository files navigation

delicious-mabab

This project was referenced with the Angular Full-Stack Generator version 4.2.2.

Getting Started

Prerequisites

MySQL Configuration

  • Login mysql with root
  • Create database dev_mabab

create database dev_mabab;

  • Create user devmabab

create user devmabab@localhost identified with myql_native_password by 'devmabab';

  • Grant privileges

grant all privileges on dev_mabab.* to devmabab@‘localhost’;

  • Last

flush privileges;

Developing

  1. Run npm install to install server dependencies.

  2. Run npm install -g babel-cli to start the server as babel-node server.

  3. Run npm start to start the server

  4. Connect to localhost:9000 to develop

About

2018 midas challenge web solution 8th team

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •