https://github.com/josgard94/api_example_with_node-angular
Little example of API with node and Angular
https://github.com/josgard94/api_example_with_node-angular
angular angular2 api-rest expressjs javascipt mysq nodejs sequelize sequelize-orm typescript webapp webapplication
Last synced: about 2 months ago
JSON representation
Little example of API with node and Angular
- Host: GitHub
- URL: https://github.com/josgard94/api_example_with_node-angular
- Owner: josgard94
- Created: 2023-01-16T02:17:29.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-26T17:55:14.000Z (over 2 years ago)
- Last Synced: 2025-01-21T21:35:07.380Z (about 1 year ago)
- Topics: angular, angular2, api-rest, expressjs, javascipt, mysq, nodejs, sequelize, sequelize-orm, typescript, webapp, webapplication
- Language: TypeScript
- Homepage:
- Size: 196 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme
Awesome Lists containing this project
README
This repository is a example of how to create an API Rest with NodeJs, Angular, javascript, MySQL and Sequelize ORM as database manager.
On another hand, this repository contains two folders that are described following:
- Client: contains all files of the frontend with Angular JS.
- Server: contains all files of the backend logic, That is divided on other folders:
- controllers: Is the logic of backend
- models: contains the structure of tables of database
- routers: contains all routes enables on the API Rest
- database: file that contains settings of database
You need node 14.19.3 to execute this project. Also, is important mentioned that this project is a base to create a web app using angular and Javascript