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
- Host: GitHub
- URL: https://github.com/smithg09/easyevent-graphql
- Owner: smithg09
- License: mit
- Created: 2020-05-07T05:53:19.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2025-03-09T10:24:47.000Z (3 months ago)
- Last Synced: 2025-03-09T11:23:18.361Z (3 months ago)
- Topics: frontend, graphql, mongodb, nodejs, react
- Language: JavaScript
- Homepage:
- Size: 94.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
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
## 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
```
## BuildRun `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.