/AskMeWP

Primary LanguageTypeScript

About Askme

AskMe is the pet project with Angular front-end connected to Wordpress on it's back-end using WP REST API. It supports creating posts, comments, users. User registration, authorization with JSON Web Tokens Auth.

This project also use Angular Editor wysiwyg editor.

Demo is here AskMe and WP Server side

AskMe How To

This project was generated with Angular CLI version 6.0.7. This project needs Wordpress v4.9.10^ as server side with next installed plugins:

  1. JWT Authentication for WP-API - you need to complete all requirements in the description of this plugin.
  2. User Profile Picture - it needs for the custom profile pictures.

To connect your Wordpress to this project you need to edit src/app/system/shared/services/global.ts file. Add your WP REST API link in href variable and base link to your Wordpress in hrefBase variable.

Development server

Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.