Skip to content

DesignedOC/NAO

Repository files navigation

NAO CI status

NAO is a web application for an ornithology association. As a web interface, it allows users to post bird observations and search for them on Google map. The website also implements rewards for activities such as badges, tournaments, profiles and a memory game.

Technologies used in this repo

Getting started

Requirements

  • PHP 7.2
  • NodeJS 8.11.x+
  • Yarn 1.7
  • MySQL
  • Composer

Initial setup and install

$ git clone git://github.com/DesignedOC/NAO.git
$ cd NAO

$ composer install

$ php bin/console doctrine:database:create
$ php bin/console make:migration ( development )
$ php bin/console doctrine:migrations:migrate

$ php bin/console server:run

WebPack Encore

Javascript dependencies are necessary to integrate and generate files to render the website. You can choose between render the dev file and the minified production file. Read the documentation to get more information about WebPack Encore

$ yarn install
$ yarn encore dev --watch
$ yarn encore production

Fixtures

In case that you would like to get content in your dev project, you can use the provided dataFixtures. We implemented some users, observations and the necessary database to get birds.

$ php bin/console doctrine:fixtures:load

Contributing

Pull requests are not open at this moment. For major changes, please open an issue first to discuss what you would like to change in the future.

License

All the graphics sources are under copyright protection. MIT

About

Nos Amis les Oiseaux - Projet P5

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •