Simple MVP based on Nest and React Native + Expo
git clone https://github.com/Barklim/bio.git
cd BIO_backend
cp env.template .env
# Start all services (API + PostgreSQL + pgAdmin)
docker compose up -d
# Run in development mode with hot reload
docker compose -f docker-compose.dev.yml up -d
npm run db:setup- Postman collection
- Readme.api.md
| Login | Register | Users | User |
|---|---|---|---|
- React Native - is an UI software framework
- Expo - is a framework and platform for universal React applications, React Native based
- TypeScript - typed JavaScript
- FSD - is an architectural methodology for scaffolding front-end applications
- Tanstack query - asynchronous state management
- Async Storage - persistent token storage
- React Navigation - Routing and navigation for React Native and Web apps
- Zod - TypeScript-first schema validation with static type inference
- NestJS - progressive Node.js framework
- TypeScript - typed JavaScript
- PostgreSQL - relational database
- PgAdmin - PostgreSQL Tools
- TypeORM - ORM for TypeScript
- Swagger - automatic API documentation
- Docker - application containerization
- Class Validator - data validation