Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marcosspessatto/smart-courses
infernojs-starter
https://github.com/marcosspessatto/smart-courses
docker docker-compose dockercompose infernojs infernojs-starter mysql nginx nodejs redux redux-thunk webcomponents
Last synced: 8 days ago
JSON representation
infernojs-starter
- Host: GitHub
- URL: https://github.com/marcosspessatto/smart-courses
- Owner: MarcosSpessatto
- Created: 2017-09-06T17:36:33.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-09-21T13:01:54.000Z (about 7 years ago)
- Last Synced: 2024-10-12T12:24:26.372Z (about 1 month ago)
- Topics: docker, docker-compose, dockercompose, infernojs, infernojs-starter, mysql, nginx, nodejs, redux, redux-thunk, webcomponents
- Language: JavaScript
- Homepage:
- Size: 237 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#### Example of course recommendation system using InfernoJS With Redux, Docker, NodeJs and MySQL
### Prerequisites
Docker and Docker-compose
### Run
- Change the api address, on /web/src/main/constants/constants.json, put the docker-machine ip (default is 192.168.99.100)
- docker-compose up -d
- Access the address of your docker-machine ip on browser on port 5000## Or
#### Installing
- MySQL
- NodeJS v8.4.0
### Run
#### DB
- Scripts db on /db/ia.sql
#### API
- npm install
- npm start
#### Web
- npm install
- Change the api address, on /web/src/main/constants/constants.json, put localhost:3001
- npm start
- Access the address of your docker-machine ip on browser on port 3000### Developed only for academic purposes of computer science course.
#### Technologies
- NodeJS v8.4.0
- MySQL
- ES6/ES7/ES8 features (async/await)
- InfernoJS
- Redux/Redux-thunk
- Docker
- Docker-compose
- Nginx