https://github.com/avinash-vk/promanage
A project management platform that helps you manage your projects and help collaboration by sharing your environments among peers through cli interface
https://github.com/avinash-vk/promanage
express node-cli postman reactjs
Last synced: 3 months ago
JSON representation
A project management platform that helps you manage your projects and help collaboration by sharing your environments among peers through cli interface
- Host: GitHub
- URL: https://github.com/avinash-vk/promanage
- Owner: avinash-vk
- License: mit
- Created: 2021-01-18T11:53:05.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-01-27T10:09:55.000Z (over 5 years ago)
- Last Synced: 2025-10-29T15:47:51.475Z (7 months ago)
- Topics: express, node-cli, postman, reactjs
- Language: JavaScript
- Homepage: https://promanage.online
- Size: 643 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## What's special about Promanage
Ever got flustered because you can't keep track of all your projects? Do you want to be part of a commmunity where you can work with other developers, collaborate, ideate and showcase all those amazing projects you have been working on? If these are things you have always wanted Promanage is just the place for you!
* Understable and minimal UI which makes the whole experience much more appealing!
* *Dashboard* to keep track of all ongoing/completed projects
* *Project Manager* to create, update and store information about your project.
* *Integration with Github* to import project repositories directly without overhead hassle.
* *Promanage CLI* to save a .env file on your local system for your projects best kept secrets.
## Test out the API's acting as the backbone to this fascinating application on our *Postman* Workspace
[Promanage Workspace][postman]
## Dashboard
It helps you to easily access your **projects**, no matter where they are located. _Don't miss those important projects anymore_.
## Project Manager
You can define your own **Projects** , or choose from a wide range of starter broiler plated for *React* , *Flask* , *MongoDB* and many other technologies. (Future implementation)
* Update project details to keep your fellow colloborators in synch woth your work.
* Create trello boards to assign tasks , ideate and better organise the work flow.(Future)
## Promanage CLI
Installation : `npm i -g promamage-cli`
* `promanage login` Login to your Promanage account using a genrated login code.
* `promanage get`List all your projects , and download the .env file for the selected project containing all required environment variables with just a single click!
* `promanage version` Check the current installed verion of our CLI.
* `promanage help` List all available commands to best utilise the CLI.
* `promanage logout` Logout of your Promanage account.
## Filesystem
* client : Contains all files related to the frontend developed using ReactJS
```console
cd client
yarn start
```
* backend : Contains all files related to the backend developed using Express
```console
cd backend
yarn dev
```
* cli : Contains all files related to the Promanage CLI
## Technolgies & Tools used
## Demo Link :
[Youtube Demo][lol]
## Check it out at :
[https://promanage.online/][promanage]
## License
[MIT](LICENSE.md) © Promanage.
[promanage]:https://promanage.online/
[lol]:[www.lol.com]
[postman]:https://www.postman.com/kratos12/workspace/promanage