Skip to content

gabibguti/Stone-Challenge

Repository files navigation

StoneChallenge

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

Most relevant files

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

Development server

Run ng serve for a dev server. Navigate to http://localhost:4200/.

Build

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"

Contact

This project was developed by Gabriela Gutierrez.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published