Skip to content

alrawii/PropelProj

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 

PropelProj

#this is a quick guide through the process of creating the application

1.create a project using ASP.NET 6 CORE MVC

  1. class in models file created which has the name of credintials, which are 5 attributes, Id as well as the 4 attributes shown in the json file in the assesment.

3.dependency injection configured in program.cs file

3.database is configured inside the framework using a code first approach rather than a database first approach

  1. connection string is made in the appsettings.json file and the website is linked to sql server

  2. migrations added in package manager console and the database is updated

6.controller is created and given 4 main functions which are add, edit, delete, view details and view as a list in the index page

7.functionalities are linked to each page so the web page is functional

8.bootswatch theme was used for the css of the website to give it a proffesional look.

9.sql data is converted to json format using a query in sqlServer.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published