Skip to content

vamche/todobackend

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

checkpoint-todo-app-template

Project Setup:

  • Clone the forked repository created by Github classroom (mentioned in the submission process section)
  • The repository contains two folders, client and server
  • The client folder contains the frontend code
  • The server folder contains the backend code
  • To setup the frontend, run the following commands:
cd client
npm install
npm start
  • To setup the backend, run the following commands:
cd server
npm install
npm start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 55.2%
  • CSS 28.6%
  • HTML 16.2%