Skip to content

Asp.net core event management solution. In development now, using agile development.

License

Notifications You must be signed in to change notification settings

ajohnstondev/eventuras

 
 

Repository files navigation

Eventuras - Event and Course Management Solution

.NET Core CI Docker Image CI

Event and Course management solution.

Quickstart

Prerequisites: docker-compose, 4GB RAM allocated to docker.

# Clone the repository
git clone https://github.com/losol/eventuras.git
cd eventuras

# Build and run the application
docker-compose up

The application will now be live at localhost:5100.
Use the following credentials to login:

Username: admin@email.com
Password: Str0ng!PaSsw0rd

Build & run from source

Prerequisites: .NET Core 3.x, Postgres SQL server

  1. Clone the repository

    git clone https://github.com/losol/eventuras.git
    cd eventuras
  2. Set up postgres database. By default the application connects to

    • Database eventuras_db
    • Username eventuras
    • Password Str0ng!PaSsw0rd
  3. After running the application, you could add events at the url http://localhost:5555/admin/events.

    • Username admin@email.com
    • Password Str0ng!PaSsw0rd

Credits

About

Asp.net core event management solution. In development now, using agile development.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 45.0%
  • JavaScript 39.8%
  • HTML 14.3%
  • SCSS 0.6%
  • CSS 0.1%
  • Shell 0.1%
  • Other 0.1%