Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jaykef/nodejs-practice
- Owner: Jaykef
- Created: 2022-12-27T09:59:48.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-19T14:33:44.000Z (about 2 years ago)
- Last Synced: 2024-12-17T04:24:10.492Z (2 months ago)
- Topics: expressjs, javascript, mvc, nodejs
- Language: JavaScript
- Homepage:
- Size: 2.28 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```