Skip to content

kbaral/posts

Repository files navigation

Post

You will be able to CREATE, READ, UPDATE, and DELETE posts. This application has two modules, admin and customer You can login/register as an admin and create, update, delete posts. As a reader, we can only read the posts.

Technology Used

  • .NET Core Web API
  • React js in ES2016
  • mongoDB

Setup

Set up the API / UI After we download the folder.
Go to that folder in the command line or
use VS Code to open the folder and press (ctrl + ~) to open the terminal.
Please make you are on folder that you just downloaded.
Use the following command.

dotnet restore
dotnet dev-certs https --clean
dotnet dev-certs https --trust
dotnet run

This will run the web api on the port https://localhost:5001/ This app is created using dot net core and react.

About

you will be able to create posts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published