Movie Based Social Media
- User Feeds
- Rating and Commenting Movies
- Adding Movies to Watchlist
- Movie and User Recommendation
- Chat with other users
- .NET
- Abp Framework
- Jquery,HTML,CSS
- Azure
- GitHub Actions
You should have abp cli. If you haven't installed run below code.
dotnet tool install -g Volo.Abp.Cli
After installing the abp cli you should create a databaase if you don't have. Run below code inside Migrator directory.
dotnet run --migrate-database
This will create initial database and tables.
You can start project now under the .Web directory with below code.
dotnet run