Client-side repository for a web-application centered on looking for temporary residencies and final adoptions of abandon pets. MascotApp gathers information on animals in need of a home from different organizations, in one place. The web-application backend is located in this repository.
This project was generated with Angular CLI version 1.7.3.
-
Clone the repository, go to the app directory and install all the dependencies.
-
To check out functionality you will need to clone the Mascot-app-server repository and follow the instructions.
-
For now, new users and organizations can only be added via Postman. You can do the following:
-
POST request to
http://localhost:3000/users
orhttp://localhost:3000/orgs
-
User
{ name: "User Name", email: "example@emailaddress.com", location: "City" }
-
Organization
{ name: "Organization", email: "example@emailaddress.com", location: "City", web: "www.webaddress.com" }
-
Run ng serve
for a dev server. Navigate to http://localhost:4200/
. The app will automatically reload if you change any of the source files.
-
This app is currently being migrated to React-Redux
-
The Organization and User interface is currently being redesigned.
This is a non-profit project so any collaboration and suggestion will be valuable. Don't hesitate to send a private message.