…or create a new repository on the command line echo "# LoggerApiServer" >> README.md git init git add README.md git commit -m "first commit" git remote add origin https://github.com/Alsolime/LoggerApiServer.git git push -u origin master
…or push an existing repository from the command line git remote add origin https://github.com/Alsolime/LoggerApiServer.git git push -u origin master
Projet inspiré par le tuto : https://itnext.io/building-restful-web-apis-with-node-js-express-mongodb-and-typescript-part-1-2-195bdaf129cf