Skip to content

Commit

Permalink
Matching autograder
Browse files Browse the repository at this point in the history
  • Loading branch information
fu351 committed Dec 10, 2023
1 parent 0560ab3 commit 64aaada
Show file tree
Hide file tree
Showing 150 changed files with 8,077 additions and 743 deletions.
4 changes: 0 additions & 4 deletions .env

This file was deleted.

4 changes: 4 additions & 0 deletions .gitignore/.env
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
LOG_FILE=logile.log
AWS_ACCESS_KEY_ID = AKIASRQLZFHMYVC5MGG3
AWS_SECRET_ACCESS_KEY = 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
GITHUB_TOKEN =
7 changes: 4 additions & 3 deletions index.mjs
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
import express from 'express';
import searchRoutes from './search.js';
import uploadRoutes from './upload_update_download_rate.js';
import bodyParser from 'body-parser';

import cors from 'cors';
const app = express();
app.use(bodyParser.urlencoded({ extended: true }));

app.use(cors());
app.use(express.json());



app.use(searchRoutes);
app.use(uploadRoutes);

app.listen(3000, () => console.log('Server running on port 3000'));
app.listen(3000, () => console.log('Server running on port 3000'));
71 changes: 60 additions & 11 deletions node_modules/.package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions node_modules/aws-sdk/node_modules/.bin/uuid

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 17 additions & 0 deletions node_modules/aws-sdk/node_modules/.bin/uuid.cmd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

28 changes: 28 additions & 0 deletions node_modules/aws-sdk/node_modules/.bin/uuid.ps1

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 64aaada

Please sign in to comment.