Project Manager
This is a Project manager web ui for programming projects. It creates, reads, updates, and deletes development projects/environments for you in a uniform and customizable way.
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Table of Contents
About The Project
Built With
Getting Started
Setup
backend
cd <Project_Dir>/backend
npm i
frontend
cd <Project_Dir>/frontend
npm i
Running
open a terminal for both the frontend and backend directories and run the following commands:
Frontend
cd <Project_Dir>/frontend
npm run dev
Backend
cd <Project_Dir>/backend
npm start dev
Usage
Use this space to show useful examples of how a project can be used. Additional screenshots, code examples and demos work well in this space. You may also link to more resources.
For more examples, please refer to the Documentation
Roadmap
We are starting off with Web projects as a base
See the open issues for a full list of proposed features (and known issues).
Goals
- list projects in a folder
- open a code-server Web editor in a project folder when asked
- quick, customizable, projects initialization and creation. (with scripts?)
- quick git aand readme overview of the project
- Remote User-specific access
- Docker Image???
License
Distributed under the MIT License. See LICENSE.txt for more information.
Contact
NinjaSurge - @KaehlenR - rayktd@gmail.com
Project Link: https://github.com/NinjaSurge/Project-Manager