Eventine is an Event Organizing app where you can create and update events around your area! The motivation for development for this project is to be able to healp communities create human connection, by giving them the tools to share and promote for group events and gatherings!
-
Refactor it to be a GraphQL built with Apollo Server.
-
The App is built using the MERN stack with a React front end.
-
MongoDB database, and Node.js/Express.js server and API.
-
Deployed on Heroku with MongoDB database using MongoDB Atlas.
-
Built with the following packages:
-
client
side packages -
server
side packages
- Open Eventine
- Clone and Install all the packages by
npm i
- Start the server my typing
node server
- Visit the deployed Heroku app Eventine
Sign Up
orLog in
- Create an Event by clicking
Crete New Event
on theNav
. View the Event
will display all the current events and organized from newest to oldest.Logout
to end the session.
Demo |
---|
Color | Hex |
---|---|
Darksteel Grey | #2b3240 |
Burlywood | #ddb96b |
The MIT License (MIT)
Copyright (c) 2015 Chris Kibble
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.