https://github.com/anjola-adeuyi/project-management-graphql
Full stack GraphQL, Express & React app - (Project Management Application)
https://github.com/anjola-adeuyi/project-management-graphql
api api-client apl express express-middleware graphql graphql-server mongodb mongoose react react-hooks reactjs
Last synced: 5 months ago
JSON representation
Full stack GraphQL, Express & React app - (Project Management Application)
- Host: GitHub
- URL: https://github.com/anjola-adeuyi/project-management-graphql
- Owner: anjola-adeuyi
- Created: 2022-06-10T14:36:56.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-06-17T22:36:24.000Z (over 3 years ago)
- Last Synced: 2025-05-16T12:14:54.301Z (5 months ago)
- Topics: api, api-client, apl, express, express-middleware, graphql, graphql-server, mongodb, mongoose, react, react-hooks, reactjs
- Language: JavaScript
- Homepage:
- Size: 49.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Project Management App
Project management app live url [Full Stack Live Url](https://) on vercel and moongose.
## Usage
### Install backend dependencies
```
npm install
```### Install client dependencies
```
cd client
npm install
```### Add Mongo URI
If you're going to use MongoDB, create a database with Atlas, add it to the **.env.example** file and rename the file to **.env**
### Run backend & frontend
```
npm run dev
cd client
npm start
```- API URL - http://localhost:5000
- GraphiQL URL - http://localhost:5000/graphql
- React App - http://localhost:3000## Deploy your own
[](https://github.com/anjola-adeuyi/Project-management-graphql)