Skip to content

tamu-datathon-org/launch

Repository files navigation

launch

TAMU Datathon's smart application system

Installation

  1. Open folder in Visual Studio Code.

  2. Make sure you have Node JS installed and npm. You can test it with:

    $ node --version
    v10.20.1
    
    $ npm --version
    6.14.4
  3. Install all the npm dependencies for this project:

    $ npm install
  4. Copy the sample.env file into .env and change the appropriate variables

  5. Run the application:

    $ npm start # for production mode
    $ npm run dev # for dev mode, need to run this to go through galaxy proxy
  6. Load the page on http://localhost:4000/apply

About

Experimental Application System; Made in CSCE 315

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages