Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dracotmolver/settly-app
https://github.com/dracotmolver/settly-app
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/dracotmolver/settly-app
- Owner: DracotMolver
- Created: 2022-11-16T02:36:49.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-19T02:22:14.000Z (almost 2 years ago)
- Last Synced: 2023-12-16T15:46:45.883Z (11 months ago)
- Language: PHP
- Size: 1.17 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HOW TO START THE PROJECT
First, make sure you have installed Docker Desktop, otherwise go to the next link: https://docs.docker.com/desktop/install/mac-install/. Once you installed Docker Desktop, go to your favorite terminal and go to the root of this project, then type:
`docker-compose up`
This will download the images for"
* **client**: It has node (to install the dependencies) and reactjs
* **api**: It has laravel, and php.
* **db**: It has MySQL.> IMPORTANT! **Create the db folder on the root of this project. It is ignored on the gitignore file**
### Access to the client
Go to: http://localhost:8080/Feel free to check the whole code.
Final words, I didn't add recaptcha 100%. I ran out of time. There's a few tests on Laravel but not as much as I wanted and none for the components.
Thanks! <3