Skip to content

Vardayni/train-ticket-booking-system

 
 

Repository files navigation

train-ticket-booking-system

University project.

How to run it locally

Go to the root of the MVC project and make a file called ApiCredentials.config with the following content:

<appSettings>
    <add key="SENDGRID_USERNAME" value="your_username" />
    <add key="SENDGRID_PASSWORD" value="your_password" />
</appSettings>

You also need to run bower install to download and resolve the front-end dependencies. #design by avi

About

University project.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 60.6%
  • HTML 29.9%
  • JavaScript 3.7%
  • Batchfile 3.0%
  • CSS 2.7%
  • ASP.NET 0.1%