It is a platform where user can create a question - answer flashcards.
- Typescript
- NodeJS
- NestJS
- NestJS Microservices
- MongoDB
- Mongoose
- User
- User can easily signup and signin with the system.
- Flashcard
- User can create, get, update and delete flashcards.
- Flashcards are sharable. Means user can share the flashcards with other users.
- Copy .env.sample file and create new .env file in project's directory with actual values and credentials.
- npm i
- npm run start:dev auth
- npm run start:dev flash-card
- npm run start:dev share-link