An IDE engine which runs your code in any language (Go, Java, C++, Ruby, Scala, Python) and also a judge system to test the result of a code solution.
🎈 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