Skip to content

A Website for students to exercise programming with different concepts

Notifications You must be signed in to change notification settings

mustafarslan/youthcode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Youth Code

Programming exercises for students

Pre-requisites

  • Python3
  • PIP3
  • Angular CLI
  • NodeJS
  • NPM
  • MongoDB

Installation

  • To install client related dependencies, while you are in "client/funapp/":

    npm install

  • To install server related dependencies, while you are in "server/:

    pip3 install -r requirements.txt

To Run

Please run following command in "client/funapp":

npm start

FAQ
  • Problem with Watch functionality

    echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p

About

A Website for students to exercise programming with different concepts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published