Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amitavroy/tranvas
A Laravel based application
https://github.com/amitavroy/tranvas
Last synced: about 7 hours ago
JSON representation
A Laravel based application
- Host: GitHub
- URL: https://github.com/amitavroy/tranvas
- Owner: amitavroy
- Created: 2017-06-16T11:02:13.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-06-21T17:44:01.000Z (over 2 years ago)
- Last Synced: 2024-05-21T05:51:49.517Z (8 months ago)
- Language: PHP
- Size: 2.68 MB
- Stars: 19
- Watchers: 2
- Forks: 7
- Open Issues: 4
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# About Tranvas
This is a Demo application which I am building along with
my Youtube Channel video tutorials.This is a WIP project.
## User Registration and Login
Right now, I am using the default Laravel's Auth scaffolding to handle the entire user registration and login
functionality. This also takes care of the forgot password functionality which comes by default.## Events
Right now any User can create events and can see the listing of all the events. Every event will have details like- Event start date
- Event end date
- Location - this is a Google Map based selection widget to save the lat and lng of the location![Events](https://d1067y8t86k9le.cloudfront.net/wp-content/uploads/2017/09/09213758/Screen-Shot-2017-09-09-at-9.37.25-PM.png)
## User profile
A User apart from editing the profile can also set the location using the Google Map widget which will save the lat long
on the user table.