Skip to content

inventors-workshops/inventors-modules

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Inventors' Workshops - Modules

Setting up the project

  1. Open the solution file on Visual Studio
  2. Rebuild the whole project twice (it'll give an error message the first time)

Setting up the database

  1. Run the SQL script "DBSetup.sql" under /database on your local SQL database
  2. Go to /src/inventors-modules. Make a copy of the file ConnectionStrings.example.config and rename it to ConnectionStrings.private.config
  3. Open the ConnectionStrings.private.config file. Here, you have to setup 4 attributes of the "add" element: server (e.g. localhost), user id (e.g. admin), password (e.g. 1234), and database (e.g. dbName).

About

Modules website for the Inventors' Workshops project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published