-
Notifications
You must be signed in to change notification settings - Fork 0
edwardmavarezdev/CRUD-angular-nodejs-mysql
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Backend: nodejs with express
Database: mysql with sequelize
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 0
No packages published