Skip to content

Latest commit

 

History

History
55 lines (45 loc) · 3.32 KB

File metadata and controls

55 lines (45 loc) · 3.32 KB

EatCode

JavaScipt TypeScript MongoDB Python React Docker LaTeX Axios Shell Script

🌟 What is EatCode?

EatCode 🍖 is the newest and hottest technical training website for software engineers! Unlike popular competitors like LeetCode, HackerRank, or CodeSignal, our website intends to give our users an immersive experience with our food-themed data structure/algorithmic problems, 3D UI, and relatively fast solution testing. Currently, the website is in the process of being developed by a team of 7 Georgia Tech CS Students in association with GT Web Dev.

➕ Can I Contribute to EatCode?

Yes, we would love to have you contribute to EatCode if possible! Please refer to the Issues Page, where you can see a list of issues that need to be resolved for EatCode. If this is your first time contributing, consider searching with the "good first issue" label. If you would like instructions on setting up EatCode locally before contributing, then please refer to the next section!

🏃 Running EatCode Locally

Using the terminal:

  1. Clone the GitHub Project
    $ git clone https://github.com/eatcode-gt/eatcodeweb.git
    
  2. Navigate to the backend folder, download npm packages, and run it
    $ cd backend
    $ npm install
    $ npm run dev
    
  3. Navigate to the frontend folder, download npm packages, and run it
    $ cd frontend
    $ npm install
    $ npm run start
    

📋 EatCode License

Although EatCode is open-source, EatCode is protected under copyright. Under no circumstances do we allow unlawful reproduction or distribution of EatCode for the purpose of commercial gains. Please refer to our license for more information.

🤝 Contacts