Code Monkey home page Code Monkey logo

student-api's Introduction

.NET Core Boilerplate

note: alpha stages

How to use

  1. Optional: fork to your own account on GitHub

  2. clone to your machine

  3. dotnet restore

  4. modify Models/*.cs to create your csharp Models for Entity Framework Core; add any seeded data to the Seeder class

  5. dotnet ef migrations add init - create the initial migrations for the database seeding

  6. dotnet ef database update - write the migrations to the database

  7. dotnet watch run - run and watch the file changes;

  8. if at any point you install a package through NuGet or change the project.json file - stop the watcher and re-run step 3 and step 7

  9. if at any point you change a model, rerun steps 5 and 6

  10. open http://localhost:5000 to view local server

  11. to deploy:

    To https://now.sh:

    • npm install -g now
    • from project folder: now
    • open the url provided

    To https://heroku.com

Support

  1. Please submit issues on GitHub with proper taggings / labels.
  2. Reach out to @matthiasak.

student-api's People

Contributors

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