How to Start with ASP.NET Web API
Hi, @everyone I am new to ASP.NET Core
I want to build a simple login & signup page using ASP.NET Web API
frontend is on react.js database is MongoDB
frontend is on react.js database is MongoDB
9 Replies
dotnet new webapi
or use the appropriate template in VS
Any particular reason you want to use Mongo?actually, i know a little bit about SQL
I want to explore NoSql as well
I created the project but didn't know how to remove the existing Swagger template & add my own
Well, generally, you would not be removing the Swagger stuff, just adding your own controllers
Default controllers can be removed, though, of course
ok thanks
every time I run the code, the swagger always comes up
how do I stop it?
Why would you want to stop it?
In any case,
Properties/launchSettings.json
and change "launchBrowser
value to false
Thanks
Hey, any project would you like to suggest
that I can follow, to learn more
any recommended github repos
Not really
I did not learn from others' projects, so I don't have anything in particular to recommend
okay
so what can I follow to learn more
anything beginner friendly