beckn / protocol-server

protocol-server
3 stars 1 forks source link

Reorganize project structure #89

Open vishi24 opened 3 months ago

vishi24 commented 3 months ago

Description

The current project structure is unorganized and polluted, it needs to be reorganized properly. The repository needs to be structured in the below structure by moving the file into their respective folder.

File name Folder
.dockerignore infra-scripts
.env  
.gitignore  
Configuration_Script.md  
Local-Setup.md  
MAINTAINERS.md Not required
Prod-Setup.md  
README.md  
configure_protocol_server.sh infra-scripts
copy_bap_files.sh infra-scripts
copy_bpp_files.sh infra-scripts
ecosystem.config.js infra-scripts
generate_keys.sh infra-scripts
nginx_certbot_installation.sh infra-scripts
package-lock.json  
package.json  
package_manager.sh infra-scripts
registry_entry.sh infra-scripts
setup.md infra-scripts
setup.sh infra-scripts
tsconfig.json  
update_bap_config.sh infra-scripts
update_bpp_config.sh infra-scripts
variables.sh infra-scripts

Once the restructuring is done, test should be done for

1.Protocol server installation , must install they way it does now. 2.Protocol server is serving the requests as expected.

  1. Docker images can be created in same way as now.
  2. Deployment on Docker should work as expected.

If there are any changes in the script, please update. Any code level changes must not be introduced.

Goals

Expected Outcome

Organized project structure under their respective heads.

Acceptance Criteria

Implementation Details

NA

Mockups / Wireframes

NA


[Please note that the below section of the ticket has to be in the format as mentioned as it is key to enabling proper listing of the project. Please only choose the options mentioned under the headings wherever applicable.]

Product Name

Protocol server

Project Name

Protocol server

Tech Skills Needed:

Node js

Complexity

Pick one of [High]/[Medium]/[Low]

Category

NA

Sub Category

NA

vbabuEM commented 3 months ago

@vishi24 , what is the scope of this task Vishwa? What do you need from me?

faizmagic commented 3 months ago

@vishi24 , Please add clear requirements on what needs to be achieved

vishi24 commented 3 months ago

@vishi24 , Please add clear requirements on what needs to be achieved

Done.