mirror of
https://github.com/chyzy/RSystem-MVC
synced 2024-11-25 07:55:27 +01:00
58 lines
1.3 KiB
Markdown
58 lines
1.3 KiB
Markdown
# RSystem
|
|
Prototype of dynamic recuitment system for Adam Mickiewicz University.
|
|
|
|
## Used technolgies
|
|
<ul>
|
|
<li>ASP.NET MVC 5</li>
|
|
<li>Entity Framework 6</li>
|
|
<li>.NET Identity</li>
|
|
<li>JavaScript</li>
|
|
<li>Ajax</li>
|
|
<li>jQuery</li>
|
|
<li>Json.NET</li>
|
|
<li>Modernizr</li>
|
|
<li>Bootstrap 3</li>
|
|
<li>HTML 5</li>
|
|
<li>CSS 3</li>
|
|
<li>Bootbox</li>
|
|
<li>AutoMapper</li>
|
|
<li>Others</li>
|
|
</ul>
|
|
|
|
|
|
|
|
## How can I check it out
|
|
|
|
<b>The first way:</b></br>
|
|
Just clone this reposotory ( ```git clone https://github.com/chyzy/RSystem```).</br>
|
|
Uncomment Seed method placed in Configuration.cs and execute all migrations (SQL Server/SQLite required).</br>
|
|
Deploy the solution on Your's local IIS.</br></br>
|
|
|
|
|
|
<b>The second way:</b></br>
|
|
Entire solution is hosted by Azure and available <a href="http://rsystemchyzy.azurewebsites.net">here</a>.
|
|
|
|
|
|
|
|
|
|
## Admin features
|
|
If You host RSystem on your's local ISS You can sign in as an admin and customize all specialization and faculties.</br>
|
|
|
|
Default Admin PESEL: <b>11111111111</b></br>
|
|
Default Admin Password: <b>Admin123</b>
|
|
|
|
|
|
|
|
## In near future
|
|
Add second language (english) for Recruit and Account controllers.
|
|
|
|
|
|
|
|
## Credits
|
|
Login page is inspired by <a href="https://rekrutacja.put.poznan.pl/en/">Ksantypa</a> canditate's portal of Poznan University of Technology.
|
|
|
|
|
|
|
|
## Author
|
|
Bartosz Chyży
|