2022-11-27 08:50:20 -06:00
2022-12-10 11:32:36 -06:00
2022-12-11 19:42:11 -06:00
2022-12-11 19:42:11 -06:00
2022-12-05 02:16:09 -06:00
2022-12-11 23:46:59 -06:00
2022-12-11 23:46:59 -06:00

Contributors Forks Stargazers Issues MIT License LinkedIn


Logo

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
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact
  8. Acknowledgments

About The Project

(back to top)

Built With

  • React
  • NODE

(back to top)

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

(back to top)

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

(back to top)

Roadmap

We are starting off with Web projects as a base

TODO

See the open issues for a full list of proposed features (and known issues).

(back to top)

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.

(back to top)

Contact

NinjaSurge - @KaehlenR - rayktd@gmail.com

Project Link: https://github.com/NinjaSurge/Project-Manager

(back to top)

Acknowledgments

(back to top)

Description
No description provided
Readme 650 KiB
Languages
JavaScript 53.1%
SCSS 43%
HTML 3.9%