GithubHelp home page GithubHelp logo

ferreiraraphael / express-starter Goto Github PK

View Code? Open in Web Editor NEW

This project forked from sequelize/express-example

0.0 2.0 0.0 165 KB

๐Ÿš€ A boilerplate to my projects that use Express and Sequelize.

Home Page: http://express-starter-api.herokuapp.com/

JavaScript 100.00%

express-starter's Introduction

Build Status Coverage Status

Express Starter

This repository is a boilerplate to my projects that use Express and Sequelize.

This boilerplate was created using the express-example boilerplate from sequelize.

To deploy this project to heroku, modify the app.json file that the root of this project, and press this button.

Deploy

Starting App

Rename config/config.example.js to config/config.js and adjust the it to fit your environment. Once thats done, your database configuration is ready!

Run the following commands:

npm install
node_modules/.bin/sequelize db:create
node_modules/.bin/sequelize db:migrate
npm start

This will start the application and create an database and run it's migrations. Just open http://localhost:3000.

Tests

There is some Mocha based test. You can run them by npm test

Eslint

Eslint rules extends eslint-config-airbnb-base and eslint-config-prettier.

Travis CI and Heroku

To add a deploy key to .travis.yml run: travis encrypt heroku auth:token --add deploy.api_key Obs: Make sure that you are logged at the travis cli and heroku cli.

express-starter's People

Contributors

asoltys avatar bananaappletw avatar designeng avatar ferreiraraphael avatar hinco114 avatar iblazevic avatar michrome avatar rzoller avatar salsaysal avatar sammychl avatar schenkfab avatar sdepold avatar stephaneerard avatar sushantdhiman avatar uwolfer avatar valpet avatar

Watchers

 avatar  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.