Skip to content

backend apis and react native code for the Taskero productivity app

Notifications You must be signed in to change notification settings

rehan-ankalgi-7t2/Taskero

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Taskero - productivity

"banner image"

Superheroic personal productivity app in the making

Get started

this is a react native app built with typescript

step 1:

clone this repository with a new branch

step 2:

install the app and backend dependencies using the below commands

  • frontend dependencies
cd taskero && npm install
  • backend dependencies
npm install

step 3:

create a mongodb atlas cluster and connect using the mongo uri and start the server

step 4:

connect your mobile device via USB or connect virtual device and check if the device is up and running using the follow command

adb devices

above command works only for android devices and requires android studio and related sdks installed correctly on your machine

step 5:

start contributing 🚀🚀🚀


Backend env

MONGO_URI=''
PORT=5000
NODE_ENV=development

About

backend apis and react native code for the Taskero productivity app

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published