After download the Zip file, unzip the file, open AITranslator.sln
with Visual Studio.
At visual studio, click on View
, then click on "SQL Server Object Explorer"
Expand a localdb, right click on Databases folder
, click on "Add New Database"
Enter a database name, click OK.
Expand the created database, right click on the database and click Properties
Copy the connection string value
Open appsettings.json
, at "DefaultConnection"
, paste the connection string value that you have copied just now.
Follow this video to create your OpenAI API key. Once you have copied your API key
, go to appsettings.json
and paste the API key for "OpenAiApiKey"
Follow this video to find your timezone ID. Here are the list of timezone that you can select from. Copy the timezone ID and replace the "TimeZone"
value in appsettings.json
Follow this video to find your SMTP username and password. You can use SendGrid, Brevo (formerly SendInBlue) or any other SMTP providers. Copy the SMTP username, password, port number, and host. Replace the SMTP values in appsettings.json
.
Done! You can now press CTRL+F5 to build and run the project! After successfully running the project, click on register, and the first registered account will automatically be assigned the admin role.
If you failed to build the project, you may try the solution stated here: https://auratheme.notion.site/auratheme/Not-able-to-build-the-project-d2bee0ce63674dffafead92dad2c7af0.