An app built with React where you can register and share your memories.
About the project • Useful links • Layout • Tech stack • Installation • License • Author
🖼️ Front-end:
📱 Mobile:
- Expo
- TypeScript
- NativeWind (Tailwind for React Native)
🕋 Back-end:
- NestJS
(REST)
- Typescript
- Prisma
- SQLite
Neon Database
First, you'll need to install npm, Node and Expo CLI to run these projects in your computer. If they are not already installed, please check out the Useful Links section above.
# Clone repository
git clone https://github.com/mateus-holanda/time-machine.git
# Run server
cd server
npm run dev
# Run web app
cd web
npm run dev
# Run mobile app
cd mobile
npx expo start
Mateus Furtado Holanda