Skip to content

michellekjs/coding_template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

Coding template

This is a coding template using

  1. nodejs - express
  2. mongodb - mongoose
  3. reactjs

Front folder

front/src/App.js

Practicing front and back connection & some complex frontend rendering

front/src/components/checkbox.js

I added checkbox using the input type "checkbox"

front/src/components/drowpdown.js

I wanted to create some animated components, so I added dropdown using dropdown.css

front/src/components/modal.js

I created a modal by importing react-modal and with the help of source code on internet

Back folder

back/routes/index.js

This is template code for using router.get . We use the 'localhost:9000/' as a link to print out Hello World.

back/routes/nodemongoose.js

This is a template code for connecting node and mongodb using library called mongoose . Mongoose enables easy database - node connection coding.

About

Simple template for often-used functions and methods

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published