https://github.com/alphalawless/studyingnode
Studying Node.js creating an application with backend and frontend.
https://github.com/alphalawless/studyingnode
api javascript matan nodejs
Last synced: 10 months ago
JSON representation
Studying Node.js creating an application with backend and frontend.
- Host: GitHub
- URL: https://github.com/alphalawless/studyingnode
- Owner: AlphaLawless
- License: mit
- Created: 2021-10-04T02:08:06.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-10-04T02:42:46.000Z (over 4 years ago)
- Last Synced: 2025-01-17T22:44:42.023Z (12 months ago)
- Topics: api, javascript, matan, nodejs
- Language: JavaScript
- Homepage:
- Size: 40 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: .github/README.md
- License: LICENSE
Awesome Lists containing this project
README
## Build server and API with Node.js
The application was made using the teaching of the video [Node.js: Iniciando da teoria à prática | Masterclass #11](https://www.youtube.com/watch?v=DiXbJL3iWVs). The largest one was built using native Node.js modules.
* [fs](https://nodejs.org/api/fs.html)
* [path](https://nodejs.org/api/path.html)
* [http](https://nodejs.org/api/http.html)
* [url](https://nodejs.org/api/url.html)
### About Application
The application is about the user typing the name and url that will be saved in API. So that he can click, and consequently directed to the url page.
## Chanllenges
- [ ] Implement REST API.
- [ ] Make API works/operate with ID.
- [ ] Usage custom attributes to save/get name and url data.
## Run application
Install the dependencies
```
npm install
```
Run server:
```
npm start
```
Run API:
```
npm run api
```
## License
[MIT License](./LICENSE)