https://github.com/guenbakku/baby-record
Easy record your baby activities
https://github.com/guenbakku/baby-record
cakephp3 nuxtjs
Last synced: 4 months ago
JSON representation
Easy record your baby activities
- Host: GitHub
- URL: https://github.com/guenbakku/baby-record
- Owner: guenbakku
- License: mit
- Created: 2020-06-06T00:18:32.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-06-10T13:47:08.000Z (about 2 years ago)
- Last Synced: 2024-12-01T10:37:45.526Z (over 1 year ago)
- Topics: cakephp3, nuxtjs
- Language: PHP
- Size: 2.97 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Baby record - Easy record your baby activities
### Architecture
* Backend: CakePHP 3.7
* Frontend: Nuxt 2
### Main branches
1. `master`
Contains source code which is ready to release
1. `deployment`
Contains deployment script
1. `doc`
Contains documentation
### Installation
1. Clone repository
1. Create empty database with name `baby-record` and `cabo-record-test`
1. Configuration backend
Copy `/{path-to-source}/backend/config/.env.default` to `/{path-to-source}/backend/config/.env` and edit value in it if neccessary.
1. Install backend dependencies:
~~~
$ cd /{path-to-source}/backend
$ composer install
~~~
1. Install frontend dependencies:
~~~
$ cd /{path-to-source}/frontend
$ npm install
~~~
### Deployment
Refer `README.md` in branch `deployment`.
### Screenshots
