SKILLED UPLOAD is a full stack web application that user can read find their suitable jobs & hirer can choose good emplyee for their company. This application is built with Next.js, Tailwind CSS, and TypeScript. It is deployed on Vercel.
You can either clone this repository or download the source code as a ZIP file. To clone the repository, run the following command in your terminal:
git clone https://github.com/abdullahmia/ThoughtNest
Install the dependencies using your preferred package manager:
npm install
# or
yarn install
# or
pnpm install
# or
Run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
Run with the docker:
npm run docker:start
# or
yarn docker:start
# or
pnpm docker:start
Stop the docker:
npm run docker:stop
# or
yarn docker:stop
# or
pnpm docker:stop
You can view the live version of TOUGHNEST at https://example.dev.
The environment variables can be found and modified in the .env
file. They come with these default values:
NODE_ENV=development
NEXTAUTH_SECRET="your secret"
NEXTAUTH_URL="your url"
If you'd like to contribute to this project, please follow these steps:
- Fork the repository.
- Create a new branch for your feature or bug fix:
git checkout -b feature/your-feature-name
. - Make your changes and commit them:
git commit -m "Add your feature"
. - Push to the branch:
git push origin feature/your-feature-name
. - Create a pull request to the development branch on GitHub. [Remembers do not send pull request to the main branch]
Please follow the Contributor Covenant Code of Conduct.