Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Kononenko-Daniil committed Oct 10, 2023
1 parent 8432411 commit 9b7474c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ You can test my solution in [Student Copilot bot](https://t.me/stud_copilot_bot)

Pull this repository to your local machine:
```console
> git pull git@github.com:Kononenko-Daniil/telegram-mini-app-contest.git
git pull git@github.com:Kononenko-Daniil/telegram-mini-app-contest.git
```

### Bot setup
Expand Down Expand Up @@ -86,7 +86,7 @@ Open *appsettings.json* file and add this JSON code to it:
Than open **Package Manager Console** and apply migrations to your database:

```console
> Update-Database
Update-Database
```

And that's it! Now you can run your **Web-API project**. After running it will open **Swagger** page in browser.
Expand All @@ -98,7 +98,7 @@ Now we can go to setuping **client-side** project.
Open **client-side** project with **Visual Studio Code** *(recomended)*. Than open console and run install command:

``` console
> npm install
npm install
```

Than go to */src/Constants.js* file and input **production** and **development** API URL (if you are working only locally, fill free to pass **development** API URL to production configuration).
Expand Down

0 comments on commit 9b7474c

Please sign in to comment.