Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

awesome-quarantine

Awesome List of Coding Projects Ideas you can create while you are at home sitting all day and having some coffe
https://github.com/ipenywis/awesome-quarantine

Last synced: 1 day ago
JSON representation

  • Web Development

    • CSM (Content Management System) - A Content Management system for a blog or an E-commerce shop to manage products, orders and shippings this includes developing both backend server and frontend.
    • E-commerce Site - commerce Website where user can create an account and shop different products, add to cart and submit orders
    • E-Learning Platform - Learning Platform for instructors to put courses of different document files and post tutorials and students to register and being able to access a course. Both backend and frontend for this project to fully master project scaffolding from the ground up.
  • Front End

  • Back End

    • CDN or Assets Mangement System
    • Job Queue system - Simple Jobs queueing system where you can add jobs to the queue and they can be processed concurently, the user will be able to specify the processing code.
    • Cron Jobs Management System - Cron Jobs Management and tracking system that will allow you to easily identify running jobs and quickly run new jobs with custom commands.
    • RESTFUL API Server - Create an CRUD (Create, Read, Update and Delete) API for managing a data on a database on a server this what most of apps needs so you will learn a lot by doing it.