Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dynastymasra/expresstest
Learning Javascript with Express Framework, node js and mysql
https://github.com/dynastymasra/expresstest
Last synced: about 1 month 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 (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-05T02:06:51.000Z (almost 9 years ago)
- Last Synced: 2023-03-14T08:10:25.130Z (almost 2 years 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
[![NodeJS](https://img.shields.io/badge/nodejs-4.2.2-red.svg)](https://nodejs.org/en/)
[![Express](https://img.shields.io/badge/express-4.13.1-yellow.svg)](http://expressjs.com/)
[![PostgreSQL](https://img.shields.io/badge/postgresql-9.4.5-orange.svg)](http://www.postgresql.org/)
[![npm](https://img.shields.io/badge/npm-2.14.7-blue.svg)](https://www.npmjs.com/)
[![Version](https://img.shields.io/badge/version-1.0-00CED1.svg)](https://github.com/dynastymasra/ExpressTest)
[![License](https://img.shields.io/badge/license-MIT-44897a.svg)](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_