jdavis916 / photo1

Success Centers Phase 2 practice photography website

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#Simple Nodejs Template

Starter Project Frame

#Techs Using

axios cors express handlebars mongoose nodemon

#Setup

Clone repo

git clone folder_name(optional)

Make new branch and switch to it

git checkout -b branch_name

Install modules

npm install

Start server

npm start

Url

http://localhost:3000

Switch to existing branch

git checkout branch_name

View existing local branches

git branch

Push existing local remote branches to repo

git push -u origin <branch_name>

About

Success Centers Phase 2 practice photography website


Languages

Language:JavaScript 69.0%Language:Handlebars 29.2%Language:CSS 1.8%