DEV Community

arnu515
arnu515

Posted on

CodeReveiwers - DO Hackathon post submission

What I built

I built CodeReviewers, a website that allows you to post code for others to review. CodeReviewers does not only that, but also allows you to edit your code online, but also give suggestions to the developer on how they can improve their code.

Category Submission:

Built for Business because I feel that many businesses and enterprises will use this app to test out their developers.

App Link

codereviewers.gq

Screenshots

Alt Text
Alt TextAlt Text
Alt TextAlt Text
Alt Text

Description

Code reviewers is a website/webapp that allows you to upload code for others to rate, review and suggest changes. It helps developers fix bugs in their code and to get to know each other.

Link to Source Code

Frontend: github.com/arnu515/code-reviewers

Backend: github.com/arnu515/code-reviewers-backend

Permissive License

MIT

Background

I was inspired by Github and the open source nature of git. These two things allowed developers to collaborate with each other, but learning git and Github was like learning a new language alltogether, so, I decided to make an app that allows developers to collaborate and contribute to each others' code without all of the fuss.

How I built it

DigitalOcean's App Platform made it really easy for me to deploy my code. At first, I decided to deploy my frontend on App Platform and my backend on a Droplet, but I came to know that DigitalOcean's App Platform supported Dockerfiles, which made it much easier to deploy. I also used a Redis and PostgreSQL database, both provided by DigitalOcean, that integrated well with App Platform. Finally, I used DigitalOcean Spaces for storing files.

Additional Resources/Info

None

Top comments (4)

Collapse
 
lakbychance profile image
Lakshya Thakur

Amazing dude !!!

Collapse
 
arnu515 profile image
arnu515

Thank you!

Collapse
 
timtrademark profile image
TimTrademark

Well done!

Collapse
 
arnu515 profile image
arnu515

Thank you!