https://github.com/influxow/roadmap-app
https://github.com/influxow/roadmap-app
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/influxow/roadmap-app
- Owner: InfluxOW
- Created: 2020-09-08T15:23:22.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-11-07T10:26:20.000Z (over 3 years ago)
- Last Synced: 2025-01-13T16:47:50.019Z (4 months ago)
- Language: PHP
- Size: 663 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://codeclimate.com/github/InfluxOW/Roadmap-App/maintainability)

[](https://codecov.io/gh/InfluxOW/Roadmap-App)# Roadmap App
http://influx-roadmap.herokuapp.com/api/docs \
This is an API for application that should optimize studying process of developers.
You can check our presentation here (slides 75-86): https://docs.google.com/presentation/d/1q6Z7t6xd7oZY0HvXyqnxEproRlR2kvl5GcKFckRwAGc/edit?pli=1#slide=id.g9663f13cad_2_127## Requirements
You can check PHP dependencies with the `composer check-platform-reqs` command.* PHP ^7.4
* Extensions:
* mbstring
* curl
* dom
* xml
* zip
* sqlite
* json
## Development Setup
1. Run `make setup` to setup the project.
2. Run `make seed` to seed the database with fake data.
3. Run `make test` to run tests.