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

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)

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

[![Deploy with Vercel](https://vercel.com/button)](https://github.com/anjola-adeuyi/Project-management-graphql)