Skip to content

A simple application built to study and practice development with Angular 9 and Material Design.

Notifications You must be signed in to change notification settings

rafaelaqueirozg/crud-products

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

Product's CRUD

A simple application built to study and practice development with Angular 9 and Material Design.

🚀 Technologies

  • Typescript
  • Angular 9
  • RxJS
  • CSS

🤓 How to use

Clone this repository
$ git clone https://github.com/rafaela-queiroz/crud-products.git

Backend

# Go to backend folder
$ cd backend

# Install dependencies
$ npm install

# Start the server
$ npm start

# The application will run on port 3001

Frontend

# Go to frontend folder
$ cd frontend

# Install dependencies
$ npm install

# Start the frontend
$ npm start

# The frontend will run on port 4220

About

A simple application built to study and practice development with Angular 9 and Material Design.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published