As a business, we have many clients that we service but we have to deal with multiple solutions to manage our client success.
Node a runtime environment for JavaScript Postman to test the Api endpoints Visual studio code for editing and running the app
- From your computer, open terminal
- Run
git clone https://github.com/Jajabenit250/client-relationship.git
to clone the repository. - cd
CD client-management
`
- Create a file and name it
.env
in root directory - Find a file named
.env.example
- use
.env.example
as a blueprint for your.env
- Provide values to all environmental variables in
.env
file.
Open terminal from your computer
- Run
npm install
to install all dependencies. - Run
npm start
to start the app in development environment.
- POST /auth/signup - Create New User
- GET /auth/activate/:autorizations - Activate Account
- PATCH /auth/profile- Edit Profile
- POST /auth/signin - Login Registered User
- POST /product/add - Create New Project
- GET /product/view/:productId - View Created Project
- PATCH /payment/info - Add User Payment Information
- POST /payment/subscribe/:projectId - Subscribe to a project or Service
- GET /payment/subscribe/:paymentId - View Subscribe to project or service
Heroku URL https://clientrelationship.herokuapp.com/
Import File client-ma/Client Management API.postman_collection.json
to your Postman Collection and Tests All Functionalities With Heroku Deployed Application