/dogbook-angular

A small project to acquire and improve knowledge in angular such as how to control the flow of navigation, good practices in architecture and forms

Primary LanguageTypeScript

🐶 DOGBOOK

A small project to acquire and improve knowledge in angular such as how to control the flow of navigation, good practices in architecture and forms

▶️ How to run

🥇 Run API

# Clone Repository
$ git clone https://github.com/AdSoNaTuRaL/dogbook-angular.git
$ cd dogbook-angular/dogbook-api

# Install Dependencies
$ npm i

# Run API
$ npm start

🥈 Run Project (Front-end)

$ cd dogbook-angular/dogbook

# Install Dependencies
$ npm i

# Run
$ ng s --o

⚙️ Issues

Feel free to create a new issue with a respective title and description on the dogbook-angular repository. If you already found a solution to your problem, I would love to review your pull request!