Skip to content

Vanillapapa64/TodoApplication

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Setting Up Backend

Since it is written in typsecript, You have to first transpile it down to JS file

  1. Go to Backend
  2. Install all the dependencies by running npm install -D typescript and then npm install
  3. Run tsc-b
  4. Run node dist/index.js

Setting Up Frontend

  1. Go to Frontend
  2. Run npm install
  3. Run npm run dev

Testing

  1. Head over to website
  2. If any issue occurs, Ping me on linkdin

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published