Skip to content

owensulei3841/new

Repository files navigation

##1. Using angular cli to create new project naming it studentManagement

  1. copy all the files from github and replace all of them in the studentManagement folder

  2. install bootstrap into the project using nom install —-save bootstrap and add the bootstrap into file which is .angular-cli.json

    replace following code into the file which is .angular-cli.json "styles": [ "../node_modules/bootstrap/dist/css/bootstrap.min.css", "styles.css" ]

  3. Please make sure you have a mysql in computer.

  4. Please make sure the the host, user, password and database match the information in backend/index.js from line 9 to 14

  5. Making sure the mysql is running.

  6. Navigate to backend folder using cli and type following to install dependencies: npm install

  7. To start up the server, Using terminal and navigate to backend folder. Run: nodemon index

  8. Create a new cli window, then we need to start up the front end server. Using the new terminal to navigate to studentManagement folder, then run ng serve

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published