Course project for AngularJS course in Software University. Single page application (SPA) for Online Ads Publishing using HTML5 and AngularJS. The app manages users and their ads organized by towns and categories. Anonymous site visitors can view published ads. Users can register, login, view their ads, add, edit and delete ads and logout.
To get started you need to:
- Fork/Clone the repo locally. / or you can run
npm install angular-ads
, if so you can skip step 2 / - Run
npm install
to get dependencies. - In
app/js/app.js
changebaseServiceUrl
with your service url