Skip to content

zeroual/otchi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

codecov codecov

##Otchi App

Otchi is a social network for food.

You can use othci to:

  • Look up what to cook.
  • See what people eat.
  • Find a good place to eat.
  • ...

TODO soon we will add an impact mapping schema

Submit ideas

You've been on Otchi application and you have any suggestions? Maybe the application is not completely ergonomic and does not match your needs, or that some important features are missing?

Means ?

To keep Otchi growing and improving we need all help we can get, feel free to make your comments. Two possibilities:

NOTE: If you’re stuck, can’t get something working or need some help, please head on over and join our Slack community rather than opening an issue.

To know more about our flow work please read this Contributing guide

Required

source code

fork this project on github  https://github.com/zeroual/otchi.git

Maven

sudo apt-get install maven

NodeJs

sudo apt-get install nodejs npm

Java

sudo apt-get install java

Git

sudo apt-get install git

Front Build Tools

Front builds are dependendant of bower and gulp.

npm install -g bower gulp

Dependencies

With npm, install plugins. Npm install dependencies to ./node_modules/. To the project root :

npm install

Install packages with bower. Bower installs packages to ./app/bower_components/. To the project root :

bower install

Run all tests

mvn clean install

Run the Project (for developers)

Run the commands

mvn spring-boot:run

Or run the OtchiApplicationStarter class with your IDE

Otchi Structure Conventions

  • how the application is layered ? check here
  • how the back end is structured ? check here
  • how front end is structured ? check here
  • how automated tests are structured ? //TODO

Copyright and license

This source code is copyrighted by zeroual