Ion News App
  • About Ion News
  • Technologies Used
  • Requirements
  • Admob Setup
  • Push Notification
    • Get Firebase Sender ID
    • Get One Signal App Id and Rest API Key
  • Back End Configuration
    • Create Admin Account With App Setup Details
    • Change Database Connection
    • Email Setup
    • Base Url / Admin Email
    • Push Notification
    • Run Project
  • App Configuration
    • Base Url /Push/Admob Setup
    • How to Run
    • Run in Emulator
Powered by GitBook
On this page

Was this helpful?

  1. Back End Configuration

Create Admin Account With App Setup Details

PreviousBack End ConfigurationNextChange Database Connection

Last updated 5 years ago

Was this helpful?

  1. Extract Back End Zip Folder First.

  2. Open codynews.sln file in Visual Studio.

  3. Open Configuration file under project Migrations Folder.

4. Uncomment All Commented Code in Seed Method.

5. Open Package Manager Console from Tools menu > Nuget Package Manager > Package Manager Console.

6. Type Command for update database and create initial database

Update-Database

App Setup in Configuration File