Skip to content

gillesdiacon/tcbern

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tcbern

BE application for tcbern

Update autoloading scripts

After updating composer.json (new dependency or ...), or after creating a new model in private/models, run this command to update autoloading scripts

php composer.phar update
# if the update does not work run install
php composer.phar install

Database Creation, Migration and Seeding

The novice script provides a primitive means of creating, migrating and seeding the database. See templates located in database/creations, database/migrations and database/seeds.

To create/migrate and seed your database:

Create

php novice create

Migrate

php novice migrate

Seed

php novice seed

Webapp

The application is built with npm and bower.

  • Install
cd webapp
npm install
bower install
  • Start
# Start locally a Node.js server listening on the port 8000
npm start

http://localhost:8000/app/index.html

Info Markdown

The info must be written by following the markdown system (see ttps://help.github.com/articles/markdown-basics/) and its extension (see https://help.github.com/articles/writing-on-github/)

Install the application on mobile devices

Android (Android Browser)

  1. Access the webapp in the android browser
  2. Once displayed, add it to the browser's favorites
  3. Press and hold the dongle in the favorite's list and select "Add a shortcut"

iOS (native browser)

  1. Access the webapp in the browser
  2. Select the favorite icon next to the url box
  3. Select "Add to the homescreen"

About

BE application for tcbern

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •