Skip to content

KrystianSA/ContactsBook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 

Repository files navigation



Contacts Book

An Awesome REST API backend app to connect with your frontend !

Table Of Contents

About The Project

Are you looking for a backend project to connect with your frontend ? Maybe, want you learn something new ?

What's your find here :

  • CRUD operations
  • Authorization and Authentication for users
  • Some of the other great things, which I could forget about

Built With

  • .NET 7.0
  • ASP.NET Core

Getting Started

To get a local copy up and running follow these simple example steps.

Installation

  1. Clone the repo
https://github.com/KrystianSA/ContactsBook.git
  1. Check your .NET version
dotnet version
  1. Install right .Net, if you haven't
https://dotnet.microsoft.com/en-us/download/dotnet/7.0
  1. Run localdb on your machine
SqlLocalDB s MSSQLLocalDB
  1. Update database with entity framework
dotnet ef database update
  1. Run application
dotnet run 
  1. Open localhost
http://localhost:5084/swagger/index.html

Authors

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages