Coder Social home page Coder Social logo

registrar.solution's Introduction

International University of TacoBell's Registrawr

Many-to-many MVC project

by Taylor Delph, Ellie Lambert, Shannon Grantski, Zahnen Garner

Description

Create an app for a University registrar to keep track of students and courses.


User Stories and Specs

Click for User Stories yada yada
Scenario 01
Behavior As a registrar, I want to enter a student, so I can keep track of all students enrolled at this University.
Input Student name and date of enrollment
Output Return list of all students enrolled
Completion True
Scenario 02
Behavior As a registrar, I want to enter a course, so I can keep track of all of the courses the University offers.
Input Course name and course number.
Output Return list of all courses.
Completion True
Scenario 03
Behavior As a registrar, I want to be able to assign students to a course, so that teachers know which students are in their course.
Input Enroll student in course
Output Return list of all courses student is enrolled in.
Completion True

Schema

schema


Setup and Use

  • Open your git-capable command line program (we recommend Terminal on Mac or Git Bash on PC)
  • Ensure you are within the directory you'd like the file to be created in.
  • Enter the command "$ git clone https://github.com/taylulz/Registrar.Solution" in your command line
  • Once cloned, use the "$ cd " command to navigate to the directory created in the previous step.
  • You must have .NET Core V2.2 installed in order to run the console app successfully. If you do not have .NET Core V2.2 installed, find more information and download it here
  • To run the console application, enter "dotnet run" in your command line while in the Registrar directory.
  • Your command line will open a server (likely "http://localhost:5000/"). Navigate to this URL in your browser to view the project.

App Settings

{
  "ConnectionStrings": {
      "DefaultConnection": "Server=localhost;Port=3306;database=registrar;uid=root;pwd=epicodus;"
  }
} 

Known Bugs/Issues

There are no known bugs or issues at this time. If you come across any, please let me know by emailing us!


Support and Contact Details


Technologies Used

This application required use of the following programs/languages/libraries to create:

  • GitBash
  • Visual Studio Code
  • GitHub
  • GitHub Pages
  • C# v 7.3
  • .NET Core v 2.2
  • MSTest
  • ASP.NET Core MVC
  • Bootstrap
  • CSS
  • cshtml
  • MySQL Workbench
  • Entity Framework Core
  • SQL Designer

License

Licensed under MIT

registrar.solution's People

Contributors

jd-fj 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.