https://github.com/kunal021/tickter
Tickter is all in one event management solution.
https://github.com/kunal021/tickter
Last synced: 3 months ago
JSON representation
Tickter is all in one event management solution.
- Host: GitHub
- URL: https://github.com/kunal021/tickter
- Owner: kunal021
- Created: 2024-07-28T05:39:10.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-29T05:18:33.000Z (almost 2 years ago)
- Last Synced: 2025-03-20T11:34:36.695Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://tickter.netlify.app/
- Size: 8.69 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Technology Used ReactJS, NodeJS, ExpressJS, MongoDB, Supabase.
# Please visit the below link for API Documentation, Database Schema Documentation and Deployment Documentation
https://mangrove-houseboat-fed.notion.site/Tickter-API-Documentation-af7e76b4fae24b89a57dfa8a6a248b2e
# How to start project locally
### First clone the repository either use https://github.com/kunal021/tickter.git or download zip file.
# Front-End
To start Front-End or client navigate to client folder and insatll necessary dependencies using npm install.
Add necessary enviroment variables into .env file at top level of folder.
VITE_SUPABASE_URL=SUPABASE_URL_HERE
VITE_SUPABASE_ANON_KEY=SUPABASE_ANON_KEY_HERE
Run command npm run dev to start client.
Navigate to http://localhost:5173/ in your browser.
# Back-End
To start Back-End or server navigate to server folder and insatll necessary dependencies using npm install.
Add necessary enviroment variables into .env file at top level of folder.
DB=MONGODB_CONNECTION_STRING_HERE
EXPRESS_APP_SUPABASE_URL=SUPABASE_URL_HERE
EXPRESS_APP_SUPABASE_ANON_KEY=SUPABASE_ANON_KEY_HERE
WEATHER_API_KEY=OPENWEATHER_APIKEY_HERE
Run command npm run dev to start server.