An open API service indexing awesome lists of open source software.

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

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