React / Redux / NodeJS / Docker
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
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
- Install Docker for your system https://docs.docker.com/get-docker/
-
Clone this git to your prefer folder
git clone https://github.com/danielminhnguyen/levelUpWorks.git
-
Navigate to the folder and build Docker
cd levelUpWorks docker-compose build
-
Run the images in detached mode
docker-compose up -d
You should be able to see it running in Docker
- Navigate to http://127.0.0.1:3000/ to view the front end
- 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
- Start coding and it should reflects change after saving.
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.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
Daniel Nguyen - Email
Project Link: https://github.com/danielminhnguyen/levelUpWorks