Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

README

        


Chatvista

 

Project Manager


Github top language

Github language count

Repository size

Github stars


## :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: Technologies

The 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
```

 

Back to top