/Codiw

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

Primary LanguageTypeScript

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