https://github.com/michal-wrzosek/secure-cv
Keep your CV secured online
https://github.com/michal-wrzosek/secure-cv
Last synced: 3 months ago
JSON representation
Keep your CV secured online
- Host: GitHub
- URL: https://github.com/michal-wrzosek/secure-cv
- Owner: michal-wrzosek
- Created: 2019-08-25T09:53:17.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T08:16:08.000Z (over 2 years ago)
- Last Synced: 2025-01-21T20:48:42.156Z (5 months ago)
- Language: TypeScript
- Size: 2.26 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 45
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# secure-cv
[](https://travis-ci.com/michal-wrzosek/secure-cv)
---
This project was bootstrapped with `web-admin-api` boilerplate:
https://github.com/michal-wrzosek/web-admin-api# web-admin-api
Fullstack boilerplate of 3 services:
- **web** - server side rendered React app facing regular users
- **admin** - single page React app for admins
- **api** - GraphQL Apollo API`+`
- **mongodb** - as a database
_This project is currently in progress._
# Development
This repository is in fact a monorepo (lerna)
**To install all dependencies run:**
```
npm run bootstrap
```**To start development server:**
```
# make sure you have Docker installed
docker-compose up --build
```# API Service
### Tech stack:
- Typescript
- Express.js
- GraphQL
- Apollo Server
- Mongoose
- MongoDB
- JWT access tokens### Testing stack:
- Mocha + Chai
- Supertest
- mongodb-memory-server# WEB Service
_Work in progress_
### Tech stack:
- Typescript
- Next.js
- React
- Hooks + Context API
- Apollo Boost
- Styled Components
- Styled System### Testing stack:
- _WIP_
# ADMIN Service
_Work in progress_
# Deployment