Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/samrocksc/snippet-helper
Creates Snippets for future use.
https://github.com/samrocksc/snippet-helper
Last synced: 20 days ago
JSON representation
Creates Snippets for future use.
- Host: GitHub
- URL: https://github.com/samrocksc/snippet-helper
- Owner: samrocksc
- Created: 2015-08-24T16:56:40.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-08-28T21:54:52.000Z (about 9 years ago)
- Last Synced: 2023-06-11T11:55:13.668Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 3.77 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
snippet-helper
====The goal of snippet-helper is to:
1. Build an API
2. Create a CRUD setup for manipulating my database
3. interface with Postgres.
4. Create an app that lets me pull from memory.
5. Markdown Responsive.Todo
---* Write a base layout in index.js
* Learn how to write the CRUD setup
* Learn to pass variables
* separate the index.js
* create a way to use tree to print out folder/file structureFile Structure
----
* index.js
* package.json - the usual
* gulpfile.js - primarily runs nodemon right now, no frontend builds yet.
* config.js - contains the basic settings and variables
* /server - the base of the api and router
* /routes
* index.js - the basic routes(imports handlers)
* /models
* database.js - the basic database setup
* /handlers - contains separate file functions indexed for calls into routes.
* /src
* /build - this is where I will plaste the appEndpoints
-----
* GET
* PUT
* POST
* UPDATE