https://github.com/dynastymasra/expresstest
Learning Javascript with Express Framework, node js and mysql
https://github.com/dynastymasra/expresstest
Last synced: 23 days ago
JSON representation
Learning Javascript with Express Framework, node js and mysql
- Host: GitHub
- URL: https://github.com/dynastymasra/expresstest
- Owner: dynastymasra
- License: mit
- Created: 2015-10-16T05:46:24.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-05T02:06:51.000Z (over 9 years ago)
- Last Synced: 2025-01-23T11:13:58.996Z (3 months ago)
- Language: CSS
- Size: 4.22 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### Express Test
[](https://nodejs.org/en/)
[](http://expressjs.com/)
[](http://www.postgresql.org/)
[](https://www.npmjs.com/)
[](https://github.com/dynastymasra/ExpressTest)
[](https://github.com/dynastymasra/ExpressTest/blob/master/LICENSE)Sample Javascript with nodeJS and Express Framework, database PostgreSQL.
#### Installation
* [NodeJS](https://nodejs.org/)
* [PostgreSQL](http://www.postgresql.org/)
* [NPM](https://www.npmjs.com/)#### Setup Database
* Open file *package.json*
* Edit database url, username, password and port with your database configuration#### How Run
* Open terminal or commands line.
* go to folder or directory application.
* type **npm install** for install all dependencies.
* use **npm start** for run application in localhost.
* Application run default in _http://localhost:3000_