Simple web application integrated with API Rest.
- Web application interface developed with Angular CLI version 6.1.5.
- Database generated with MongoDB (non-relational database).
- API Rest developed in Python and Flask.
The deployments were made using Heroku for the API and GitHub Pages for the Angular interface.
The application can be accessed at: https://gabibguti.github.io/Stone-Challenge/
The API can be accessed at: https://funcionariosapi.herokuapp.com/challenge/funcionarios
API in Python + Flask Stone-Challenge/Database/app.py
App Service and HTTP requests Stone-Challenge/src/app/app.service.ts
Main App Interface Stone-Challenge/src/app/app.component.html
Main App code Stone-Challenge/src/app/app.component.ts
Run ng serve
for a dev server. Navigate to http://localhost:4200/
.
Run ng build
to build the project. The build artifacts will be stored in the dist/
directory. Use the --prod
flag for a production build.
Building and deploying application to GitHub Pages:
ng build --prod --base-href https://gabibguti.github.io/Stone-Challenge/
npx ngh --dir "dist/StoneChallenge"
This project was developed by Gabriela Gutierrez.