Skip to content

Create assignment submission route - #12

Open
Hazeem01 wants to merge 1 commit into
developmentfrom
create-assignment-submission-route
Open

Create assignment submission route#12
Hazeem01 wants to merge 1 commit into
developmentfrom
create-assignment-submission-route

Conversation

@Hazeem01

@Hazeem01 Hazeem01 commented Dec 5, 2022

Copy link
Copy Markdown
Contributor

What does this PR do

  • This PR creates a route for submitting assignments

Description of tasks to be completed?

It makes sure that the following routes are working:
POST /api/assignment/upload/assignmentId

How should this be manually tested/checked?

  • Clone the PR
  • Checkout to the branch create-assignment-submission-route
  • Install the dependencies using npm install
  • Start the server by running npm start
  • Create a .env file and define the following as follows:
    • PORT = <3000>

    • database = <database name>

    • username = <your username>

    • host = <127.0.0.1>

    • dialect = <postgres>

    • To test this feature go to http://localhost:3000/upload/ <assignmentId> on your browser.

@hacksultan
hacksultan force-pushed the create-assignment-submission-route branch from 944e4aa to 6ef7c46 Compare July 31, 2026 12:21
@hacksultan
hacksultan force-pushed the create-assignment-submission-route branch from 6ef7c46 to 2057303 Compare August 23, 2026 03:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants