Skip to content

edwardmavarezdev/CRUD-angular-nodejs-mysql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CRUD-angular-nodejs-mysql

This is a practice creating a CRUD with the next technologies:

Frontend: angular with typescript
Backend: nodejs with express
Database: mysql with sequelize

How to Use:

1) Create a new database with mysql

2) Add your database data in the file database.ts in 'CRUD-angular-nodejs-mysql/server/src/database'

3) Open a terminal and go to 'CRUD-angular-nodejs-mysql/server' run the command 'npm install' and next run the command 'tsc' and next run the command 'npm run dev' this will run the database

4) Open a terminal and go to 'CRUD-angular-nodejs-mysql/client' run the command 'npm install' and next run the command 'ng serve' this will run the frontend

5) open the web browser and go to http://localhost:4200/ and can start to use

About

this is a practice creating a CRUD with angular, nodejs and mysql

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published