Giter Club home page Giter Club logo

vapor1_rayw's Introduction

EjE from the Basic Template connect to postgres DB

This required database setup. See:

  • Ray Wenderlich: https://videos.raywenderlich.com/screencasts/server-side-swift-with-vapor-configuring-a-database
  • Additional steps ○ brew install postgres ○ (Start DB, In separate terminal) postgres -D /usr/local/var/postgres ○ (create postgres user) /usr/local/Cellar/postgresql/9.5.5/bin/createuser -s postgres ○ Now can reun pgAdmin3 and connect as postgres (also have eelfner as superuser) ○ (create DB eelfner) createdb whoami ○ Added Config/secrets/postgresql.json with connect info

For MySQL:

  • Added VaporMySQL
  • Use MySQL Workbench App
  • create schema eelfner

Basic Template

A basic vapor template for starting a new Vapor web application. If you're using vapor toolbox, you can use: vapor new --template=basic

📖 Documentation

Visit the Vapor web framework's documentation for instructions on how to use this package.

💧 Community

Join the welcoming community of fellow Vapor developers in slack.

🔧 Compatibility

This package has been tested on macOS and Ubuntu.

vapor1_rayw's People

Contributors

eelfner avatar

Watchers

James Cloos 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.