StageLight is a web application that connects musicians with local venues or anyone who needs performance.
- Start Mongodb by typing "mongod" in terminal ( install Mongodb if necessary)
- Go to root directory of the repository
- Type "npm install"
- Type "npm start"
- Start a browser and go to "localhost:3000"
- Enjoy!
- User login and email authentication
- Uploading music/ streaming uploaded music
- Posting text, music, or photos and creating comments
- Chatting system between users
- Requesting Gig to users
- User profile view
- Searching posts and songs
- Backend Framework : NodeJS
- Database : Mongodb
- User Authentication and Session : PassportJS
- Chatting System : Node SocketIO
- Frontend Framework : AngularJS