A simple AngularJS starter project with user authentication and post management features.
- User Authentication: Allows users to register and log in to the app.
- Post Management: Users can create/edit and delete posts.
- Modular Structure: The app is organized in a modular way, making it easy to scale and add new features.
- Unit & End-to-End Testing: Integrated Jasmine and Karma for unit testing, with Protractor for end-to-end testing.
- HTTP Server: The app can be served locally using http-server.
To get started with the project, follow these steps:
npm install
npm run postinstall
npm run start
- Frontend: AngularJS, Tailwind CSS