/angular_text

Sschool admin project build with angular, node and mysql.

Primary LanguageTypeScript

angular_text

School admin project build with angular, node and mysql.
1.clone the repo
2.in the angular_text folder there will be 3 folders( data, frontend, server).
3.from data folder install, with XAMPP, the theschool_db.sql data dump file.
4. in server folder run npm install.
5. in frontend folder run npm install.
6. in server folder run node server. server will run on localhost:3000.
7. in frontend folder run npm start or ng serve project will run on localhost:4200.
8. login with user: Pavel and password "asd".