Skip to content

thobiasn/minimal-skeleton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minimal-Skeleton

A simple skeleton/baseline to get started with writing nodejs apps. I am a beginner and so, I am making this project to get a better understanding of nodejs and javascript. Minimal-Skeleton uses node-restful to setup a simple REST API. Get/Post/Put/Delete to localhost:3000/api/entries

Instructions

To install minimal-skeleton and start using it as a baseline for your future apps. Simply follow these steps.

git clone https://github.com/thobiasn/Minimal-Skeleton YOUR-APP-NAME
cd YOUR-APP-NAME
npm install

Minimal-Skeleton is now installed. Test the server by running:

node app

Todo

  • Rewrite and adjust code. Thanks to vmarchaud
  • Create /public folder to store img, js, fonts etc.
  • Clean up code and comments
  • Fix definition
  • Link local mongodb database with mongoose, and display api data on front page.

About

Minimal NodeJS skeleton to get started fast.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published