Skip to content

danielminhnguyen/levelUpWorks

Repository files navigation

LinkedIn


Mission 6 & 7

Advanced Software Developer & UX Design
Team Mission

React / Redux / NodeJS / Docker
Explore the docs »

View Demo · Report Bug · Request Feature

Table of Contents

  1. About The Project
  2. Getting Started
  3. Usage
  4. Contributing
  5. License
  6. Contact

About The Project

Built With

Getting Started

This is a team collaboration mission project for Mission Ready 6 & 7.

Other team members are

The objective is to solve the problem for Level Up Works, an education provider to teach kid from age 7-12 years old coding

The problems are identify through user interview (teacher) and business case scenario

Prerequisites

Installation

  1. Clone this git to your prefer folder

    git clone https://github.com/danielminhnguyen/levelUpWorks.git
    
  2. Navigate to the folder and build Docker

    cd levelUpWorks
    docker-compose build
    
  3. Run the images in detached mode

    docker-compose up -d
    

You should be able to see it running in Docker

Product Name Screen Shot

Usage

  1. Navigate to http://127.0.0.1:3000/ to view the front end
  2. Navigate to http://127.0.0.1:8080/ to modify the SQL through phpMyAdmin. A prebuilt database is located on db/levelUpWorks.sql. The default username/password is root/root. If database does not import automatically, please do manually through phpAdmin
  3. Start coding and it should reflects change after saving.

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Daniel Nguyen - Email

Project Link: https://github.com/danielminhnguyen/levelUpWorks

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published