omeryzr / soldiers-backend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

README YapSat

This project was created on "Semih Öztürk Hackathon"

Table of Contents

Team Info

Soldiers

What is YapSat ?

Yapsat is a location-based platform which Housewifes makes money in return makes food. You can give an order home cooking As a customer to office meeting and organizations or you can give order home cooking as a student from the nearest point or specific selling point. Note: food was chosen as a startup type on this project.

Features

  • Recipients see the nearest seller which location close to the recipient and then view after that commence the purchase.
  • Sellers add their products with specifications and convenient location to sale after that commence selling

Project Structure

You should run the following command to install depencies of project

$ npm install
$ bower install

Project Structure

You should run the following command to install depencies of project

 
├── config            
├── controlers       
    └── UserCtrl.js
├── helpers
    └── Helper.js
├── middlewares    
    └── errorHandler.js
├── models    
    └── User.js
├── public    
    ├── app
        ├── controllers
            ├── buyerControler.js
            ├── loginControler.js
            └── sellerContoller.js           
        ├── routers
            └── index.js
        ├── services
            └── dataProvider.js
        ├── views
            ├── buyer.html
            ├── login.html
            └── seller.html
        └── app.js
    ├── assets
        ├── css
        └── images
    └── components
        └── index.html
├── bowerrc
├── .gitignore
├── app.js
├── bower.js
├── package-lock.json
├── package.json
└── Readme.md            

About


Languages

Language:HTML 63.2%Language:JavaScript 26.8%Language:CSS 10.1%