Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/itzmanish/event-management
Event management service with MERN
https://github.com/itzmanish/event-management
expressjs mern nodejs productivity reactjs tailwindcss
Last synced: 13 days ago
JSON representation
Event management service with MERN
- Host: GitHub
- URL: https://github.com/itzmanish/event-management
- Owner: itzmanish
- Created: 2020-06-05T18:54:08.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T21:01:50.000Z (about 2 years ago)
- Last Synced: 2024-11-12T02:14:00.291Z (2 months ago)
- Topics: expressjs, mern, nodejs, productivity, reactjs, tailwindcss
- Language: JavaScript
- Size: 1.77 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Event-management aka Eventos
Event management service with MERNThis repo contains Eventos client(React) and server(ExpressJS).
Eventos allow users to add event in board and allows logged in users to approved a event to move event to active event from waitlist.> Note - This is not production ready code and hence there are alot of area to improve but yet I tried to cover as much I can do in 2 days.
> Don't build client because currently I am using proxy request of server it won't work in Production build as this [isssue](https://github.com/facebook/create-react-app/issues/586#issuecomment-244797788) describe.> If you want to build then use exact url path of server and replace url on all fetch request.
* [x] Toast notification
* [x] Add Event
* [x] Approve / Draft event by just clicking the event.
* [x] Login / Register with JWT token.
* [x] Global user management with Context Api.
* [ ] Add Loader and disable button on adding event and login/registerAny Issue/Pull Request are appriciated.
## Prerequisite
`
git clone https://github.com/itzmanish/event-management
`## Deployment
```
1. Go to server and follow Readme
2. Go to client and follow Readme
```