forked from code100x/job-board
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added create job form and implemented s3 image upload functionality (c…
…ode100x#321) * added create job form and s3 image upload functionality * changed .env.example file * added Chennai field to JobLocation Enum * fixed type error in DescriptionEditor.tsx and other minor changes * changed .env.example file --------- Co-authored-by: developingright <[email protected]>
- Loading branch information
1 parent
bf2055e
commit 5f7b36f
Showing
16 changed files
with
742 additions
and
437 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
DATABASE_URL="postgres://postgres:postgres@db:5432/job-board-db" | ||
NEXTAUTH_SECRET="koXrQGB5TFDhiX47swxHW+4KALDX4kAvnQ5RHHvAOIzB" | ||
NEXTAUTH_URL="http://localhost:3000" | ||
NEXTAUTH_URL="http://localhost:3000" | ||
AWS_S3_REGION=your-aws-region | ||
AWS_S3_ACCESS_KEY_ID=your-access-ID | ||
AWS_S3_SECRET_ACCESS_KEY=your-access-key | ||
AWS_S3_BUCKET_NAME=your-bucket |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.