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

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

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