https://github.com/ai091/todo
A simple React Native application for Tracking tasks
https://github.com/ai091/todo
Last synced: about 1 year ago
JSON representation
A simple React Native application for Tracking tasks
- Host: GitHub
- URL: https://github.com/ai091/todo
- Owner: AI091
- Created: 2023-06-18T01:29:52.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-20T05:01:35.000Z (about 3 years ago)
- Last Synced: 2025-02-09T19:41:43.445Z (over 1 year ago)
- Language: TypeScript
- Size: 375 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TODO
This project is a simple TODO application built with Express, Prisma ORM, PostgreSQL, and React Native with Expo.
# Getting Started
To get started with this project, you'll need to have the following software installed on your machine
- Node.js
- PostgreSQL
- Expo CLI
Once you have these dependencies installed, you can follow these steps to run the project:
- Clone the repo to local machine
- navigate to project directory
- cd server
- npm install
- navigate to client folder "cd client"
- npm install
- Create a new PostgreSQL database for the project
- Copy the server/.env.example file to a new file called .env and update the values with your database credentials
- run "npx prisma migrate dev"
- npm run start to start the backend
- npx expo start to start the client