Skip to content

Duduxs/angular-crud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Angular CRUD

This application was developed during the Cers' selection process

This project is based in CRUD(Create, Read, Update and Delete) using Angular and Java.

Technologies   |    How To Use   |    How To Contribute   |    License

Collage Gif

🚀 Technologies

This project was developed with the following technologies:

ℹ️ How to use

To clone and run this application, you'll need Git, and npm installed on your computer. From your command line:

# Clone this repository
$ git clone https://github.com/duduxs/angular-crud

# Go into the repository
$ cd angular-crud

To run the API server:

# Go into the api folder
$ cd back

# Run the app

To run the frontend web:

# Go into the front folder
$ cd front

# Install dependencies
$ npm i

# Run the app
$ ng serve --port 3333 -o

Now access on your browser: http://localhost:3333

👍 How To Contribute

  • Make a fork;
  • Create a branch with your feature: git checkout -b my-feature;
  • Commit changes: git commit -m 'feat: My new feature';
  • Make a push to your branch: git push origin my-feature.

📝 License

This project is under the MIT license. See the LICENSE for more information.


Made by Eduardo José 😆 Contact me!