Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oliveirad4vi/angular-essential
Basic CRUD operations with Angular and JSON Server
https://github.com/oliveirad4vi/angular-essential
angular jsonserver typescript
Last synced: 17 days ago
JSON representation
Basic CRUD operations with Angular and JSON Server
- Host: GitHub
- URL: https://github.com/oliveirad4vi/angular-essential
- Owner: oliveiraD4vi
- Created: 2022-11-17T13:45:06.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-18T22:27:09.000Z (about 2 years ago)
- Last Synced: 2024-11-10T18:08:54.094Z (3 months ago)
- Topics: angular, jsonserver, typescript
- Language: TypeScript
- Homepage:
- Size: 215 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Angular Essential
Basic CRUD operations with Angular and JSON Server
## Good to know
This project uses [Commitzen](https://github.com/commitizen/cz-cli) to ensure that git commit messages are formatted in a consistent way.
So you can ignore the package in the root directory.
To clone and run this application, you'll need [Git](https://git-scm.com) installed on your computer.
## How To Use
This project uses [JSONServer](https://github.com/typicode/json-server) to simmulate an API and implements the frontend with [Angular](https://angular.io/), so you need to run both applications in order to see it running.
After cloning the repository, in both backend and frontend directories, use the package manager yarn to install the dependencies with the following
```bash
yarn
```
With the project dependencies properly installed, run```bash
yarn start
```
Doing that you will have the backend running and can go to the [Frontend](http://localhost/4200) and use the application.