Skip to content

Angular application demonstrates a product CRUD operations. Tailwind CSS for styling, Dark/Light mode, Redux design pattern (NgRx) + Nest js backend based API calls.

Notifications You must be signed in to change notification settings

Houssem-Esprit/Confledis-Mini-Projet

Repository files navigation

Confledis -Mini projet-

Angular app demonstrates a product CRUD.

Technologies

  • Angular (Version 11)

  • NgRx library (Version 11)

  • Tailwind CSS (Version 2.0)

  • Redux design pattern

  • ++ Backend Server ++

    • Nest js
    • MySQL

Find the backend server here.

Get Started

Download or clone the project:

https://github.com/Houssem-Esprit/Confledis_miniProjet.git

Install the required packages:

npm install --save or globally install: npm install -g --save

Run the Angular app:

npm run start

The app will be available on:

http://localhost:4200

Feel free to change the default port (4200) in: package.json

++ Backend ++

Make sure to download the backend server here.

npm install --save 

Config Database:

  • Install WAMP or XAMPP
  • Run your database environment (wamp/xampp)
  • Access your phpMyAdmin workspace
  • Create a new database with name confledis

Run the server app:

npm run start

Screenshot

About

Angular application demonstrates a product CRUD operations. Tailwind CSS for styling, Dark/Light mode, Redux design pattern (NgRx) + Nest js backend based API calls.

Topics

Resources

Stars

Watchers

Forks