Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ilyagoncharovy/jobtracker
tma_version
https://github.com/ilyagoncharovy/jobtracker
cicd docker eslint express full-stack gh-actions node react telegram-bot tma typescript vite
Last synced: 6 days ago
JSON representation
tma_version
- Host: GitHub
- URL: https://github.com/ilyagoncharovy/jobtracker
- Owner: IlyaGoncharovY
- Created: 2024-10-02T20:20:08.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2024-11-24T21:39:50.000Z (28 days ago)
- Last Synced: 2024-11-24T22:25:22.393Z (28 days ago)
- Topics: cicd, docker, eslint, express, full-stack, gh-actions, node, react, telegram-bot, tma, typescript, vite
- Language: TypeScript
- Homepage: https://ilyagoncharovy.github.io/jobtracker/
- Size: 222 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Инструкция по установке
1) git clone https://github.com/IlyaGoncharovY/jobtracker
2) cd front
3) pnpm install
4) pnpm run dev
5) cd back
6) npm i
7) npm start
# Docker
1) docker pull ilyagoncharovdev/worktracker
2) docker run -p 5173:5173 ilyagoncharovdev/worktracker
3) ======
4) docker image --rm ilyagoncharovdev/worktracker