Giter VIP home page Giter VIP logo

neutron's Introduction

Neutron

Project   |    Techs   |    How to use   |    License

🚀 Project

📆 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

💻 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

🤔 How to use

Requirements

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

📝 License

# 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.

neutron's People

Contributors

flaviogf avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.