An interactive platform to learn the essentials of Computer Science, Data Structures, Algorithms, and Operating Systems using Golang
π Open source Fullstack project to learn software engineering from front to back with large codebase!
- Installation : How to run DevKamet
- Motivations π
- Screenshots π·
- Frontend Architecture πΊ
- Devkamet API π€
- The lack of medium to large codebases to learn fullstack engineering
- This is a product iteration that is not completed yet
- Open source code for possible contributions
Tech | Alternative |
---|---|
Figma for UI/UX π¨ | Adobe XD |
React πΌ | Vue |
TailwindCSS β¨ | Sass, CSS in JS |
Node β‘ | Go |
TypeScript | |
Express | |
Docker πΉ | |
AWS S3 Integration π | FileSystem or any other storage solution |
MongoDB π | PostgreSQL |
Mongoose ORM | |
Yarn π | |
Cybress for testing π§ͺ |
1- to run the client app
cd client
yarn start
2- to run the server
cd api
docker build -t sandbox .
yarn dev