Skip to content

ncs-jss/registration

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
app
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

InteractiveRegistrationForm

This is an User Interactive Registration Form.

Installation and Contribution

Requirements :

  1. PHP >= 5.6
  2. MySQL
  3. Composer
  4. Laravel > 5.2

Installation :

Fork and Clone this repo or download it on your local system.

Open composer and run this given command.

composer install
composer update

After installing composer, Rename the file .env.example to .env.

cp .env.example .env

Set db credentials in .env and run the following Commands.

Generate the Application key

php artisan key:generate

Migrate the database.

php artisan migrate

Run this project on localhost

php -S localhost:8000

This project will run on this server:

http://localhost:8000/

Contribution

  1. Fork and clone the repo.
  2. Follow the installation procedure to make it run on your local system.
  3. Open an issue for adding any feature or to resolve any bug.
  4. Make your own branch and send pull request to that branch.
  • Always make branch and send PR, Dont merge code directly to the Master Branch as master branch is auto deployed to our website register.hackncs.com

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published