This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [ | |
| 2, | |
| 3, | |
| 5, | |
| 7, | |
| 11, | |
| 13, | |
| 17, | |
| 19, | |
| 23, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "name": "basic-services", | |
| "version": "1.0.0", | |
| "description": "basic-services", | |
| "scripts": { | |
| "start": "tsc && node dist/index.js", | |
| "build": "tsc", | |
| "test": "jest", | |
| "migrate": "typeorm migration:run", | |
| "migrate:undo": "typeorm migration:revert" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| …or create a new repository on the command line | |
| --------------------------------------------------------------------------------------------------------- | |
| echo "# MyChatApp" >> README.md | |
| git init | |
| git add README.md | |
| git commit -m "first commit" | |
| git remote add origin https://github.com/Godfadatun/MyChatApp.git | |
| git push -u origin master | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [ | |
| "Abia", | |
| "Adamawa", | |
| "Anambra", | |
| "Akwa Ibom", | |
| "Bauchi", | |
| "Bayelsa", | |
| "Benue", | |
| "Borno", | |
| "Cross River", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| //http://jordonmeyer.com/text-list-of-us-cities/ | |
| Aberdeen | |
| Abilene | |
| Akron | |
| Albany | |
| Albuquerque | |
| Alexandria | |
| Allentown | |
| Amarillo |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Afghanistan | |
| Albania | |
| Algeria | |
| Andorra | |
| Angola | |
| Antigua & Deps | |
| Argentina | |
| Armenia | |
| Australia | |
| Austria |