How we created our actual project - vikasjeet51/StartProject GitHub Wiki

We had first created our GitHub repository following our below link

https://github.com/vikasjeet51/StartProject/wiki/Create-project-repository-on-GitHub

Then coppied that repository to our local machine following below link

https://github.com/vikasjeet51/StartProject/wiki/Clone-your-repository-using-ATOM-on-your-local-machine-and-Pull,-Stage,-Commit,-Push

Created a Package.json file in same project(GitHub repository Name) folder downloaded from GIT following below link

https://github.com/vikasjeet51/StartProject/wiki/Create-project-without-express-generator

This will add online repository files property to our package.json by default

Took a backup of all the files in this folder to an other folder and cleaned the Project folder.

Generated api project structure using express-api by following below link

https://github.com/vikasjeet51/StartProject/wiki/express-generator-api

Copy all the files from backup folder taken before to newly created project wioth express-api except package.json

merge the both package.json files from backup and actual project and install the dependencies.

Push the changes to gitHub.