Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
WilcoApp committed Mar 26, 2024
1 parent b406763 commit a489837
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 46 deletions.
7 changes: 1 addition & 6 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
{
"name": "Anythink Development Container",
"image": "public.ecr.aws/v0a2l7y2/wilco/anythink-devcontainer:latest",
"customizations": {
"vscode": {
"extensions": ["GitHub.copilot", "GitHub.copilot-chat"]
}
}
"image": "public.ecr.aws/v0a2l7y2/wilco/anythink-devcontainer:latest"
}
35 changes: 0 additions & 35 deletions backend/routes/api/comments.js

This file was deleted.

1 change: 0 additions & 1 deletion backend/routes/api/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ router.use('/', require('./users'));
router.use('/profiles', require('./profiles'));
router.use('/items', require('./items'));
router.use('/tags', require('./tags'));
router.use('/comments', require('./comments'));
router.use('/ping', require('./ping'));

router.use(function(err, req, res, next){
Expand Down
4 changes: 0 additions & 4 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@ When implementing a new feature or fixing a bug, please create a new pull reques

### Using Codespace
1. run `docker compose up`
### On your local machine
1. [Install Docker](https://docs.docker.com/get-docker/)
2. [Install Docker Compose](https://docs.docker.com/compose/install/)
3. Run `docker compose up`.

## Tests
Documentation about running the End to End test can be found under the `/tests` directory

0 comments on commit a489837

Please sign in to comment.