[![Contributors][contributors-shield]][contributors-url] [![Forks][forks-shield]][forks-url] [![Stargazers][stars-shield]][stars-url] [![Issues][issues-shield]][issues-url] [![MIT License][license-shield]][license-url] [![LinkedIn][linkedin-shield]][linkedin-url]
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][react.js]][react-url] - [![NODE][node.js]][node-url]

(back to top)

## Getting Started ### Setup #### backend ```sh cd /backend npm i ``` #### frontend ```sh cd /frontend npm i ``` ### Running open a terminal for both the frontend and backend directories and run the following commands: #### Frontend ```sh cd /frontend npm run dev ``` #### Backend ```sh cd /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](https://github.com/NinjaSurge/Project-Manager/wiki)_

(back to top)

## Roadmap We are starting off with Web projects as a base - [ ] Start Work on backend framework - [ ] Make an example Project directory and structure it - [ ] basic CRUD for Projects (Start with Creation and Deletion) - [ ] Start Work on the frontend UI - [ ] Make a Project "Home page" See the [open issues](https://github.com/NinjaSurge/Project-Manager/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](https://twitter.com/KaehlenR) - rayktd@gmail.com Project Link: [https://github.com/NinjaSurge/Project-Manager](https://github.com/NinjaSurge/Project-Manager)

(back to top)

## Acknowledgments - [NinjaSurge](https://github.com/ninjasurge)

(back to top)

[contributors-shield]: https://img.shields.io/github/contributors/NinjaSurge/Project-Manager.svg?style=for-the-badge [contributors-url]: https://github.com/NinjaSurge/Project-Manager/graphs/contributors [forks-shield]: https://img.shields.io/github/forks/NinjaSurge/Project-Manager.svg?style=for-the-badge [forks-url]: https://github.com/NinjaSurge/Project-Manager/network/members [stars-shield]: https://img.shields.io/github/stars/NinjaSurge/Project-Manager.svg?style=for-the-badge [stars-url]: https://github.com/NinjaSurge/Project-Manager/stargazers [issues-shield]: https://img.shields.io/github/issues/NinjaSurge/Project-Manager.svg?style=for-the-badge [issues-url]: https://github.com/NinjaSurge/Project-Manager/issues [license-shield]: https://img.shields.io/github/license/NinjaSurge/Project-Manager.svg?style=for-the-badge [license-url]: https://github.com/NinjaSurge/Project-Manager/blob/master/LICENSE.txt [linkedin-shield]: https://img.shields.io/badge/-LinkedIn-black.svg?style=for-the-badge&logo=linkedin&colorB=555 [linkedin-url]: https://linkedin.com/in/linkedin_username [product-screenshot]: images/screenshot.png [react.js]: https://img.shields.io/badge/React-20232A?style=for-the-badge&logo=react&logoColor=61DAFB [react-url]: https://reactjs.org/ [node.js]: https://img.shields.io/badge/Node-333?style=for-the-badge&logo=nodedotjs&logoColor=#339933 [node-url]: https://nodejs.org/