mehdiaitlhouss / Codiw

A web app for learning computer science by reading and downloading courses.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mobile App (Livestock monitoring)

Capture-d-cran-2022-10-28-032334

Description

A web app for learning computer science by reading and downloading courses.

Technologies Used 👨‍💻

Getting Started ✈️

Clone this repository

# SSH
$ git clone git@github.com:mehdiaitlhouss/Codiw.git

# HHTPS
$ git clone https://github.com/mehdiaitlhouss/Codiw.git

Running the app 🎯

$ cd frontend
$ npm install
$ ng serve
$ cd backend
$ mvn clean package
$ mvn spring-boot:run

Visit the app at http://localhost:4200

Contributing

For submitting patches and additions. Follow the "fork-and-pull" Git workflow.

  • Fork the repo
  • Clone the project to your own machine
  • Commit changes to your own branch
  • Push your work back up to your fork
  • Submit a Pull request so that we can review your changes

License

About

A web app for learning computer science by reading and downloading courses.


Languages

Language:TypeScript 53.3%Language:Java 16.4%Language:HTML 14.3%Language:SCSS 14.2%Language:JavaScript 1.8%