Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/firminoweb/angular-tailwind-starter

A Kick Start project containing the FrontEnd (Angular 15 + Tailwind CSS) panel and a BFF in NodeJS wrapping the public Cat API.
https://github.com/firminoweb/angular-tailwind-starter

angular angular-admin angular-components angular-template angular-theme angular15 dashboard expressjs frontend nodejs starter tailwind tailwind-css tailwindcss

Last synced: 3 months ago
JSON representation

A Kick Start project containing the FrontEnd (Angular 15 + Tailwind CSS) panel and a BFF in NodeJS wrapping the public Cat API.

Awesome Lists containing this project

README

        

# Angular + Tailwind CSS Starter with Cat API
A Kick start project, focused on a Monorepo containing the FrontEnd (Angular + Tailwind CSS) Panel and a BFF in NodeJS, with the objective of collecting the following information from the public Cat API.

* Collect and view API endpoints
* A home where it shows a presentation and summary of breeds
* Display a list of all cat breeds
* Display breed information by choosing one from the list
* A list of the 10 most searched breeds in the Cats API

## FrontEnd
Follow below, the specifications of the FrontEnd:

* Angular 15 (JS framework)
* Tailwind 3 (CSS Lib)
* Karma + Jasmine (Test)
* RXJS
* Swiper (Photo Carousel)

## BackEnd
Follow below, the specifications of the BackEnd:

* Node.js 18 (JS framework)
* Express.js 4 (Web Application)
* Axios (Http Request)
* Nodemon (Monitor and Restarter Server)

### **IMPORTANT**: For localhost, you need to run BFF first for FrontEnd works properly.
---