GithubHelp home page GithubHelp logo

rayzik / foodserv Goto Github PK

View Code? Open in Web Editor NEW

This project forked from fkn/foodserv

0.0 1.0 0.0 4.46 MB

Angular 2 and Express

Home Page: https://express-angular2.herokuapp.com

License: MIT License

HTML 29.58% TypeScript 50.67% JavaScript 19.60% CSS 0.15%

foodserv's Introduction

Angular2 Express Starter

Frontend

Backend

  • Express
  • Sequelize
  • Sqlite (for the development env)

Development

Directories structure

  • /client – файлы, необходимые для frontend'а
  • /config – конфигцрация (вам туда лезть не нужно, сейчас там указаны настройки базы данных)
  • /migrations – файлы миграций
  • /models – описание моделей (таблиц данных)
  • /public – статичные файлы, доступные на сервере
  • /seeders – сидеры (наполнители) данных
  • /server – бэкэнд
    • /routes – описание url маршрутов

Install

git clone https://github.com/fkn/foodserv
cd foodserv

# Install dependencies
npm install

# Init and migrate models
npm run sequelize db:migrate

# Seed them
npm run sequelize db:seed:all

# start server
npm run develop

# Application url: http://localhost:3000

foodserv's People

Contributors

andrfil avatar hsbakshi avatar marc-portier avatar mkonars avatar seryoga279 avatar vladotesanovic avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.