https://github.com/shalithacell/eventmanager
Central point for find and host events. Anyone can host a event and also anyone can find the events or share the events with LinkedIn.
https://github.com/shalithacell/eventmanager
Last synced: about 1 year ago
JSON representation
Central point for find and host events. Anyone can host a event and also anyone can find the events or share the events with LinkedIn.
- Host: GitHub
- URL: https://github.com/shalithacell/eventmanager
- Owner: ShalithaCell
- License: mit
- Created: 2021-09-27T14:37:44.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-10-03T16:37:35.000Z (over 4 years ago)
- Last Synced: 2025-02-06T04:44:20.154Z (over 1 year ago)
- Language: JavaScript
- Size: 5.26 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# EventManager
Central point for find and host events. Anyone can host a event and also anyone can find the events or share the events with LinkedIn.
---
# Purpose
The purpose of this project is handling 0Auth2 mechanisms.
---
# Development setup
### 1. Retrieve our project (if you haven't done so already)
```git
$ git clone git@github.com:ShalithaCell/EventManager.git
```
### 2. Goto root folder and run the following command to install the necessary packages (this operation will install both client and server packages at once).
```npm
npm run setup
```
### 3. override the configurations (optional).
1. Basic Configurations (database, site settings)
* Goto server folder and open .env file.
* Replace parameters with your configs.
2. LinkedIn Client Configurations
* Goto server folder and open ___credentials.linkedin.js___ file.
* Replace parameters with your configs.
### 4. Goto root folder and run the ```npm run start``` to run the project.