项目作者: flaviogf

项目描述 :
:calendar: Neutron is a simple countdown manager.
高级语言: C#
项目地址: git://github.com/flaviogf/neutron.git
创建时间: 2020-07-26T12:50:54Z
项目社区:https://github.com/flaviogf/neutron

开源协议:

下载



Neutron


Project |
Techs |
How to use |
License

:rocket: Project

:calendar: Neutron is a simple countdown manager.

Preview



Features

  • User can create an account
  • User can sign-in
  • User can sign-out
  • User can create a event
  • An event must have a name
  • An event must have a target date
  • User can have just four events
  • User can visualize your events decreasing its time in real-time
  • Layout

:computer: Techs

  • .NET Core
  • ASP.NET Core MVC
  • ASP.NET Identity Core
  • AutoMapper
  • C#
  • CSS
  • Entity Framework Core
  • HTML
  • JavaScript
  • JQuery
  • JQuery Validation
  • JQuery Validation Unobtrusive
  • SQLite
  • MediatR
  • Razor

:thinking: How to use

Requirements

  • .NET Core 3.1
  • .NET Entity Framework Core CLI
  • Git

:memo: License

  1. # clone the repository
  2. git clone https://github.com/flaviogf/neutron.git
  3. # enter into the folder
  4. cd neutron
  5. # restore dependencies
  6. dotnet restore
  7. # run migrations of the identity database
  8. dotnet ef database update --context IdentityDbContext --project src/Neutron.Web/Neutron.Web.csproj
  9. # run migrations of the neutron database
  10. dotnet ef database update --context NeutronDbContext --project src/Neutron.Web/Neutron.Web.csproj
  11. # start the project
  12. dotnet run --project src/Neutron.Web/Neutron.Web.csproj
  13. # access the link -> https://localhost:5001/SignUp

This project is under the GNU license. See the file LICENSE for more details.