Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andrewsy1004/back-devnet
This is the backend of an application that facilitates job search, helping to connect employers and candidates efficiently.
https://github.com/andrewsy1004/back-devnet
2fa-security docker gmail jwt nestjs socket-io swagger typescript
Last synced: about 3 hours ago
JSON representation
This is the backend of an application that facilitates job search, helping to connect employers and candidates efficiently.
- Host: GitHub
- URL: https://github.com/andrewsy1004/back-devnet
- Owner: Andrewsy1004
- Created: 2025-02-01T21:26:04.000Z (1 day ago)
- Default Branch: main
- Last Pushed: 2025-02-01T21:42:17.000Z (1 day ago)
- Last Synced: 2025-02-01T22:26:53.809Z (1 day ago)
- Topics: 2fa-security, docker, gmail, jwt, nestjs, socket-io, swagger, typescript
- Language: TypeScript
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DevNet Backend
1. Clone the Project
2. ```npm install```
3. Clone the file ```.env.template``` file and rename it to ```.env```
4. Update the environment variables as needed
5. Start the database using Docker
```
docker-compose up -d
```6. Start ```npm run start:dev```
## 🤝 Contributions Welcome!
If you’d like to contribute, feel free to jump in! Fork the repo, create a branch, and submit a pull request. 🚀