:calendar: Neutron is a simple countdown manager.
Project |
Techs |
How to use |
License
Neutron is a simple countdown manager.
# clone the repository
git clone https://github.com/flaviogf/neutron.git
# enter into the folder
cd neutron
# restore dependencies
dotnet restore
# run migrations of the identity database
dotnet ef database update --context IdentityDbContext --project src/Neutron.Web/Neutron.Web.csproj
# run migrations of the neutron database
dotnet ef database update --context NeutronDbContext --project src/Neutron.Web/Neutron.Web.csproj
# start the project
dotnet run --project src/Neutron.Web/Neutron.Web.csproj
# access the link -> https://localhost:5001/SignUp
This project is under the GNU license. See the file LICENSE for more details.