Skip to content

rajkumaar23/codechef-contest-arena

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
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

CodeChef Contest Arena

Disclaimer : The CodeChef APIs are not public yet.

Setting up development environment

  • Clone this repository
  • Get composer and yarn installed on your system
  • Run composer install at the root directory of the project
  • Ensure to set all environment variables mentioned in .env.example file ( Add export statements to .bashrc, if you are on Linux )
  • Make sure you create the database with the name mentioned in your env variable DB_NAME
  • Finally, run php -S 0.0.0.0:2304 to start the backend server
  • Next, get inside client/ directory and run yarn install
  • And, run yarn serve to start the web app
  • Wait until React automatically opens the browser for you :)

Preview Video

About

a web app to fulfill CodeChef Internship Assessment - Round 2

Resources

Stars

Watchers

Forks