Skip to content

JustMrArgus/todo-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

Launch (Deploy)

  1. Launch deployed API: LINK
  2. Launch deployed client: LINK

Launch (Local)

1. Clone the repository

git clone REPO_URL

2. Configure env file for the client

NEXT_PUBLIC_API_URL=http://localhost:8000/api

APP_PORT HAS TO be 8000

3. Run the API

cd backend
npm run dev

4. Run the client

cd frontend
npm run dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors