Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kishan2029/project_manager
This project management application harnesses the MERN stack and GraphQL architecture for a powerful experience. Utilizing Bootstrap for a user-friendly interface, it empowers users to effortlessly add and manage individual client projects, showcasing comprehensive details about each within a dedicated client workspace.
https://github.com/kishan2029/project_manager
bootsrap expressjs graphql mongodb nodejs reactjs
Last synced: 4 days ago
JSON representation
This project management application harnesses the MERN stack and GraphQL architecture for a powerful experience. Utilizing Bootstrap for a user-friendly interface, it empowers users to effortlessly add and manage individual client projects, showcasing comprehensive details about each within a dedicated client workspace.
- Host: GitHub
- URL: https://github.com/kishan2029/project_manager
- Owner: Kishan2029
- Created: 2023-07-20T13:32:57.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-02-26T15:48:47.000Z (9 months ago)
- Last Synced: 2024-02-26T17:00:57.314Z (9 months ago)
- Topics: bootsrap, expressjs, graphql, mongodb, nodejs, reactjs
- Language: JavaScript
- Homepage: https://project-manager01.netlify.app
- Size: 4.14 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Project Manager
## :dart: About
This project management application harnesses the MERN stack and GraphQL architecture for a powerful experience. Utilizing Bootstrap for a user-friendly interface, it empowers users to effortlessly add and manage individual client projects, showcasing comprehensive details about each within a dedicated client workspace. User need to add client first before adding their project.
## :rocket: TechnologiesThe following tools were used in this project:
- React-Vite
- GraphQL
- Bootstrap
- MongoDB
- Node.js
- Express
## Deploy Link
https://project-manager01.netlify.app/## :checkered_flag: Starting
```bash
# Run client
$ cd client
$ npm i # Install dependencies
$ npm run dev # development run
$ npm run start # production run# Run client
$ cd server
$ npm i # Install dependencies
$ npm run dev # development run
$ npm run start # production run# The client will initialize in the
# The server will initialize in the
```