Skip to content

rene-kt/frontend-angular-restapi

Repository files navigation

Angular Rest API 🅰️

This project was made with Angular 8, it's a CRUD frontend, the application is connected with spring-rest-api-angular-backend through API. However, you can create your own API and use this repository as a boilerplate to build your own application.

Demo video 📷

Untitled-Project-‐-Made-with-Clipchamp-1

Technologies 💻

  • Angular 8
  • TypeScript
  • Bootstrap
  • HTML/CSS
  • Rest API

How to use 👋

To clone and run this application by yourself, make sure you have NodeJS, Git and a terminal (doesn't matter which), just to run the commands. After that, do the following instructions:

First of all, make sure you have downloaded the backend and have ran the server. The instruction of how to do that is on it's readme.

# Clone this repository
$ git clone https://github.com/reness0/angular-to-do

# Go into the repository
$ cd frontend-angular-restapi

Install dependencies

$ npm i

Run the app

$ ng serve -o

Now, all you need to do, is access on your browser: http://localhost:4200

How to contribute ❓

  1. Make a fork;
  2. Create a branch with your feature: git checkout -b my-feature;
  3. Commit changes: git commit -m 'Updating the css';
  4. Push the changes: git push origin my-feature.

About

angular application which consumes a java api

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published