domfarolino / angular2-login-seed

(deprecated) Seed app w/ Angular2, Node, Express, and OAuth login
https://domfarolino.com/angular2-login-seed
MIT License
181 stars 77 forks source link

SQL Documentation #3

Closed PhilippeCorreges closed 8 years ago

PhilippeCorreges commented 8 years ago

Hello,

I am not sure howTo do and if it is possible but The app is configured to work with MySql. Should be good to write it maybe.

Thanks

Philippe

domfarolino commented 8 years ago

Are you thinking something along the lines of supplementary documentation in the Readme on getting started?

PhilippeCorreges commented 8 years ago

Yes. Just for information as I cloned the repo to see at the end I did not have mySQL :(

domfarolino commented 8 years ago

@PhilippeCorreges New changes have been made so that to run the application locally you no longer have to build a server, database, API, etc. You simply pull the application down and run it and it accesses an online API. Documentation coming in a few days will reflect these changes and show you how to easily run the application locally with minimal hassle. git pull & npm install && npm start should be all you need.

PhilippeCorreges commented 8 years ago

I ll try this later as I am heavy loaded.

Nevertheless thanks for your effort!!