Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 396 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 396 Bytes

This is the News API

How to launch the app

Just npm start with the right environement parameters.

For example you could do MYSQL_DSN="mysql://root:squirrel@localhost/squirrel_news" PORT=3000 npm start if :

* Your username is root
* Your password is squirrel
* Your hostname is localhost
* Your database name is squirrel_news
* The port you want to listen to is 3000