micbelgique / DevCamp2016-Team3

Clichés is a mobile application that offers exploration missions to photographers.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ce projet a été réalisé dans le cadre du Dev Camp 2016 du Microsoft Innovation Center.

Le Dev Camp est un Hackathon Open Source permettant aux développeurs de prototyper gratuitement une application pour des porteurs de projets n'ayant pas forcément les fonds nécessaires à son développement. Les projets sont sélectionnés en fonction de leur capacité à être réutilisables par d’autres entreprises Wallonnes.

Le code source est Libre et Open Source (licence MIT).

Vous pouvez suivre le MIC sur Facebook, sur Twitter et aussi suivre nos événements sur Meetup

DevCamp2016-Team3: "A-Team"

Clichés is a mobile application that offers exploration missions to photographers. On a map, they are invited to take pictures of various environment items to discover a new place in the world.

Splash screen Ovifat Wellness

Members

Tech stack

  • NodeJS
  • Express
  • MongoDB
  • Angular 2
  • HTML 5

How to run ?

  • Start MongoDB
  • Start the Back-End server
  • Start the Frond-End server
  • Open you mobile browser at http://localhost:3000

Back-End

cd backend
npm install
npm start

Front-End

cd frontend
npm install
git checkout -- app/app.settings.ts
npm start

How to deploy on Heroku ?

git remote add heroku-backend https://git.heroku.com/cliches-backend.git
git subtree push --prefix backend heroku-backend master

git remote add heroku-frontend https://git.heroku.com/cliches-frontend.git
git subtree push --prefix frontend heroku-frontend master

About

Clichés is a mobile application that offers exploration missions to photographers.

License:MIT License


Languages

Language:JavaScript 29.9%Language:TypeScript 27.7%Language:HTML 22.2%Language:CSS 19.1%Language:Groff 1.0%Language:Batchfile 0.2%