severe typos
This commit is contained in:
@@ -66,10 +66,10 @@ Set your database within `index.js`, then start server:
|
|||||||
|
|
||||||
###### Client:
|
###### Client:
|
||||||
|
|
||||||
> axios: ^0.21.0 ---> Build the API<br />
|
> axios: ^0.21.0 ---> Use the API<br />
|
||||||
> react: ^17.0.1 ---> UI framework<br />
|
> react: ^17.0.1 ---> UI framework<br />
|
||||||
> react-dom: ^17.0.1 ---> UI framework<br />
|
> react-dom: ^17.0.1 ---> UI framework<br />
|
||||||
> react-scripts: ^4.0.1 ---> Quickly launch local server
|
> react-scripts: ^4.0.1 ---> Quickly launch local service
|
||||||
|
|
||||||
###### Server:
|
###### Server:
|
||||||
|
|
||||||
@@ -77,4 +77,4 @@ Set your database within `index.js`, then start server:
|
|||||||
> dotenv: ^8.2.0 ---> Secure sensitive information<br />
|
> dotenv: ^8.2.0 ---> Secure sensitive information<br />
|
||||||
> express: ^4.17.1 ---> Server app<br />
|
> express: ^4.17.1 ---> Server app<br />
|
||||||
> mongoose: ^5.11.8 ---> MongoDB database<br />
|
> mongoose: ^5.11.8 ---> MongoDB database<br />
|
||||||
> nodemon: ^2.0.6 ---> Improved server
|
> nodemon: ^2.0.6 ---> Improved local service
|
||||||
|
|||||||
Reference in New Issue
Block a user