https://github.com/timtech4u/tech-events
A SaaS Application to help organizers create event page for attendees
https://github.com/timtech4u/tech-events
Last synced: 5 months ago
JSON representation
A SaaS Application to help organizers create event page for attendees
- Host: GitHub
- URL: https://github.com/timtech4u/tech-events
- Owner: Timtech4u
- Created: 2018-09-15T17:40:22.000Z (almost 8 years ago)
- Default Branch: develop
- Last Pushed: 2021-09-21T16:17:06.000Z (almost 5 years ago)
- Last Synced: 2025-01-10T17:15:10.247Z (over 1 year ago)
- Language: Python
- Homepage: https://timtech4u.github.io/tech-events/
- Size: 166 KB
- Stars: 2
- Watchers: 5
- Forks: 2
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tech-events
A SaaS Application to help organizers create event page for attendees
## Running Backend (based on Python 3 & Django v2+)
- `cd server/`
- `pip install -r requirements.txt`
- `python manage.py migrate`
- `python manage.py createsuperuser`
- `python manage.py runserver`
## Running Frontend (based on Node v8 & npm v6)
- `cd client`
- `yarn add`
- `yarn start`
# Bash Command to run both Server and Client from parent folder: `python server/manage.py && yarn client/ start`
## Contribution Guidelines
- Pick or Create an Issue in Github (or do so from project heading)
- Create a branch for that and push only to that branch
- Create a PR and add some reviewers