diff --git a/README.md b/README.md index bae2692..cd90a14 100644 --- a/README.md +++ b/README.md @@ -1,27 +1,56 @@ -# VietNamHistory +# Introduce +The application for learning and studying the history of Vietnam includes the following main components: -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 16.1.0. +• **User Interface**: The application's user interface is designed to be friendly and easy to use, helping users to easily search for and study the history of Vietnam. Users can access the application through a mobile app or a dedicated website. -## Development server +• **Historical Database**: The application utilizes a database to store information about the history of Vietnam, including historical events, historical figures, historical landmarks, historical artifacts, etc. This database is regularly updated to ensure the accuracy and completeness of the information. -Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The application will automatically reload if you change any of the source files. +• **Features**: The application provides the following features to help users learn and study the history of Vietnam: Search for information, explore history, study historical events, etc. -## Code scaffolding +The learning and studying history application of Vietnam brings many benefits to users, including: -Run `ng generate component component-name` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module`. +• **Convenience**: Users can easily search for and study the history of Vietnam anytime, anywhere through mobile devices. -## Build +• **Effectiveness**: The application provides various forms of information content that is suitable for the needs and learning abilities of users. The information is presented in a vivid and engaging manner, making it easy for users to remember and understand. -Run `ng build` to build the project. The build artifacts will be stored in the `dist/` directory. +The learning and studying history application of Vietnam is a useful information technology solution, helping users to have a better learning experience of the history of Vietnam. +# Getting Started +Using tech | Angular v16, Bootstrap, Material, CKeditor, ... -## Running unit tests +This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps -Run `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io). +## Installation +**Step 1**: Clone repository to your computer by git with comand -## Running end-to-end tests +```bash +git clone https://github.com/LuongXuanNhat/VietNamHistory_FEweb.git +``` +**Step 2**: Use the [Node package manager](https://www.npmjs.com/): -Run `ng e2e` to execute the end-to-end tests via a platform of your choice. To use this command, you need to first add a package that implements end-to-end testing capabilities. +```bash +npm install +``` +**Step 3**: To run progam , type command: +```bash +ng serve -o +``` +## Note -## Further help +> Don't forget to clone the backend [here](https://github.com/LuongXuanNhat/VietNamHistory_BE) +``` +// src\app\service\auth.service.ts -To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page. +apiurl = 'https://localhost:7138'; +``` + +## Contributing + +Pull requests are welcome. For major changes, please open an issue first +to discuss what you would like to change. + +## Watch the demo video [here](https://www.youtube.com/watch?v=NqTf46UVhHc) +If you find it interesting and useful, please give me a star 🌟, thank you very much 🍀 + +## License + +[MIT](https://choosealicense.com/licenses/mit/) \ No newline at end of file diff --git a/docs/index.html b/docs/index.html index 0c91e46..732f461 100644 --- a/docs/index.html +++ b/docs/index.html @@ -3,15 +3,14 @@