Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## Peetcode
It's an online algorithmic problem solving platform. Built as a joke during the full stack assignments by Harkirat Singh.
No intention of building this into a business.
PEETCODE!
I have connected the frontend and backend i made here: https://github.com/oblionC/react-assignment and https://github.com/oblionC/full-stack-assignment to make a full fledged working website.

If you would like to win an Airpods though, feel free to go through the third part and build the bounty described in the video

Demo: https://peetcode.com
To run,
1) Install all the dependecies. The backend uses express and the frontend uses react.
2) Run nodemon index.js in the backend file.
3) Run npm run dev in the frontend file.
7 changes: 7 additions & 0 deletions backend/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
node_modules
*.toml
binding.gyp
bindings/
grammar.js
src

Loading