-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merge Maintenance Application Tracker to Master Branch #28
Open
RuthNjeri
wants to merge
156
commits into
master
Choose a base branch
from
develop
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#157738496 Created the sign up page.
…s-157743348 #157743348 Add The Page for the Admin to Respond to Requests
…743272 #157743272 A Page For The User To Create Requests
#157871607 Hosted the UI pages on Github.io
#158128981 Set up database and connection to database
…28651 #158128651 User sign up endpoint with jwt and sign in endpoint with tests
…login and sign up
#158184051 add migrations file, edit http error code,validate login and sign up
[feature #158129043] Add requests endpoints and tests
#158214468 implement feedback
#158235732 Update Readme file
Implement Challenge 3 Feedback
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Maintenance-Tracker-Application
PROJECT FEATURES
Testing the Endpoints
1.Clone the repository
git clone https://github.com/RuthNjeri/Maintenance-Tracker-Application.git
2.Create a virtual environment
virtualenv project-env
3.Activate the virtual environment
source project-env/bin/activate
and navigate to the application root folder/Maintenance-Tracker-Application
4.Install the requirements
pip install -r requirements.txt
5.Create a database named
maintenanceapp
using postgresql6.Run the application
python run.py
7.Test the endpoints using Postman
Testing using Unittest
1.Clone the repository
git clone https://github.com/RuthNjeri/Maintenance-Tracker-Application.git
2.Create a virtual environment
virtualenv project-env
3.Activate the virtual environment
source project-env/bin/activate
and navigate to the application root folder/Maintenance-Tracker-Application
4.Install the requirements
pip install -r requirements.txt
5.Create a database named
maintenanceapp
using postgresql6.Test the application using the command
pytest
##Pivotal Tracker Stories
#2173304