Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jaykef/nodejs-practice

My hands-on practice of Nodejs
https://github.com/jaykef/nodejs-practice

expressjs javascript mvc nodejs

Last synced: 12 days ago
JSON representation

My hands-on practice of Nodejs

Awesome Lists containing this project

README

        

# NodeJS-Practice
My hands-on practice of Nodejs

## 1. News app backend api
Project setup
```
npm install
```

Run app
```
npm start
```

## 2. Nodejs Express Mysql server
Project setup
```
npm install
```

Run app
```
node server.js
```