Skip to content

🍬 Coding challenge for Software Engineer candidates

Notifications You must be signed in to change notification settings

MehtaPar/Okapi

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

System Requirements

  • Latest LTS version of Node
  • Java 8

Getting Started

Clone this repo git clone https://github.com/TopBloc/code-challenge.git

Run the frontend code within the /client folder:

cd client
npm install
npm run start

After running previous commands, you should see a website with instructions at http://localhost:3000.

Open the /server folder as a Maven project within a Java IDE and run the project. We suggest using IntelliJ IDEA.

Submission

  1. Create a new repository within GitHub and name it as your favorite animal (ex. Sloth, Zebra)
  2. Set the remote origin of this cloned project to your newly created GitHub repository:
git remote set-url --push origin https://github.com/<github_username>/<favorite_animal>
  1. Push your completed code challenge!

About

🍬 Coding challenge for Software Engineer candidates

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 53.8%
  • JavaScript 34.5%
  • CSS 8.7%
  • HTML 3.0%