Internal Software for Candidate and Interview Management for Improwised Technologies.
- Go 1.6
- Glide - Package manager for Go
- PostgreSQL 9.4.4+
- Setup go workspace by following this Guide
- Set Go vendor flag. Add the following to your
.bashrc
or.zshrc
along with$GOPATH
above
export GO15VENDOREXPERIMENT=1
- Install dependencies
$ glide install
- Create Database
$ create database iims
- Database Migration
$ go run migration.go
- Set Up For Email
$ Add Email Id And Password in config/configuration file
- Run Application
$ go run index.go
- Open
$ http://localhost:8000/
- Run Application
$ go run admin.go
- Open
$ http://localhost:8000/
TODO: Project structure and organization
TODO: Contributing guidelines and code styles
TODO: How to run tests
Run following command from apricot
GO_ENV2=testing go test
- Admin Side
1. Add Questions.
2. Add Chellenges.
3. Add TestCases For Chellenge.
- Client Side
1.Enter Email.
2.Visit link got in Email Id.
Copyright 2016 Improwised Technologies Pvt Ltd www.improwised.com
This work is the sole property of Improwised Technologies Pvt Ltd brand you may not use this work except in compliance with the License.
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.