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

https://github.com/smithg09/easyevent-graphql

EasyEvent is React Application with nodejs GraphQL implementation
https://github.com/smithg09/easyevent-graphql

frontend graphql mongodb nodejs react

Last synced: 2 months ago
JSON representation

EasyEvent is React Application with nodejs GraphQL implementation

Awesome Lists containing this project

README

        




EasyEvent



💻 EasyEvent a event booking application with User Authentication and Authorization using JWT.This is made using React , Nodejs and MongoDB


🐞 Bug Report   
📢 Feature Request





LICENSE


contributions welcome


Open Source

## Tech Stack

* [React](https://reactjs.org/) - Frontend
* [Node.js](https://nodejs.org/en/) , [JWT](https://jwt.io/), [Prettier](https://prettier.io/)— core platforms.
* [MongoDB](https://www.mongodb.com/) — data access and db automation.

## Development

We use `node` version `10.15.0`

```
nvm install 10.15.0
```

```
nvm use 10.15.0
```

The first time, you will need to run

```
npm install
```
Once installed start the server and frontend

```
npm run client
npm run server
```
## Build

Run `npm run heroku-postbuild ` to build the project and deploy to heroku

## Understand your workspace

## Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are **greatly appreciated**.

1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request

## License

Distributed under the MIT License. See `LICENSE` for more information.