Readme Updated
This commit is contained in:
parent
8c5fc7785a
commit
651c00e0b6
13
README.md
13
README.md
@ -76,6 +76,7 @@ Proof of concept e-commerce store using Angular, .Net Core and Stripe for paymen
|
|||||||
* [NodeJS](https://nodejs.org/)
|
* [NodeJS](https://nodejs.org/)
|
||||||
* [Angular](https://angular.io/)
|
* [Angular](https://angular.io/)
|
||||||
* [Stripe](https://stripe.com)
|
* [Stripe](https://stripe.com)
|
||||||
|
* [Docker](https://www.docker.com/)
|
||||||
|
|
||||||
<p align="right">(<a href="#top">back to top</a>)</p>
|
<p align="right">(<a href="#top">back to top</a>)</p>
|
||||||
|
|
||||||
@ -105,19 +106,23 @@ This is an example of how to list things you need to use the software and how to
|
|||||||
```sh
|
```sh
|
||||||
git clone https://labs.xtechnology.org/cshowalter/SkyNet.git
|
git clone https://labs.xtechnology.org/cshowalter/SkyNet.git
|
||||||
```
|
```
|
||||||
2. Install NPM packages
|
2. Setup Docker Containers: Configurations can be changed in `docker-compose.yml`
|
||||||
|
```sh
|
||||||
|
docker compose
|
||||||
|
```
|
||||||
|
3. Install NPM packages
|
||||||
```sh
|
```sh
|
||||||
cd client
|
cd client
|
||||||
npm install
|
npm install
|
||||||
ng serve
|
ng serve
|
||||||
```
|
```
|
||||||
3. Restore .NET
|
4. Restore .NET
|
||||||
```sh
|
```sh
|
||||||
cd API
|
cd API
|
||||||
dotnet restore -f
|
dotnet restore -f
|
||||||
dotnet run
|
dotnet run
|
||||||
```
|
```
|
||||||
4. Add the following in API / `appsettings.development.json`
|
5. Add the following in API / `appsettings.development.json`
|
||||||
```js
|
```js
|
||||||
"Token": {
|
"Token": {
|
||||||
"Key": "",
|
"Key": "",
|
||||||
@ -125,7 +130,7 @@ This is an example of how to list things you need to use the software and how to
|
|||||||
},
|
},
|
||||||
"ApiUrl": ""
|
"ApiUrl": ""
|
||||||
```
|
```
|
||||||
5. Add Stripe Information to API / `appsettings.json`
|
6. Add Stripe Information to API / `appsettings.json`
|
||||||
```js
|
```js
|
||||||
"StripeSettings": {
|
"StripeSettings": {
|
||||||
"PublishableKey": "",
|
"PublishableKey": "",
|
||||||
|
Loading…
Reference in New Issue
Block a user