This is a simple project to learn the fundaments of the Angular Framework.
The application is about a way to manager yours multiples thinks in a simple maner. For this, a frontend application in Angular associeted with a simple and little backand via json-server npm package.
Inside the folder backend, run the following commands:
npm i
npm start
The database is a file db.json. Inside that are some registry objects that represents thinks in the application model. Whether you want to edit, feel free to it.
Inside the root folder, run the following commands:
npm i
After, run ng serve for a dev server. Navigate to http://localhost:4200/. The application will automatically reload if you change any of the source files.
Run ng build to build the project. The build artifacts will be stored in the dist/ directory.