Commit Graph

20 Commits

Author SHA1 Message Date
kunwar97 e55f4d5889
Merge pull request #2 from kunwar97/master
completed changes
2020-07-23 01:49:21 +05:30
Kunwar Ashutosh Singh bfba0866e6 updated readme.md 2020-07-13 01:41:25 +05:30
Kunwar Ashutosh Singh bbbbc9f9b8 completed changes 2020-07-13 01:26:54 +05:30
Josh Black 1917903b67 Replaced symlink to data with hardlink 2017-09-24 23:00:57 -06:00
Josh Black 76d27313b3 Docker related updates
- Updated Dockerfile for node app build
 - Added docker-compose.yml for including mongodb
 - Bundled dev db data into 'conduit' folder
2017-09-24 22:51:23 -06:00
Josh Black 1198452c78 Docker Updates 2017-09-23 22:04:24 -06:00
Josh Black 765e0b825a Converted Dockertfile to docker-compose.yml 2017-09-23 17:16:16 -06:00
Josh Black 21985922c2 Updated Dockerfile 2017-09-23 11:27:23 -06:00
Josh Black 31be9ea891 New Articles routes working
GET /api/articles/:slug
DELETE /api/articles/:slug
2017-09-23 10:54:38 -06:00
Josh Black d00c1a22c5 POST /api/articles route working 2017-09-21 21:46:37 -06:00
Josh Black c2a449b2a9 Completed route: GET /api/articles
GET /api/articles route working with tags, including repeated tags where appropriate.

Ex: {{apiUrl}}/articles?offset=0&limit=3&tag=GIT&author=josh&favorited=johnjacob4&favorited=josh

Exposed user property favorites.

Cleaned up some unused packages.
2017-09-21 10:43:03 -06:00
Josh Black 0c3c909ae6 Articles routing progress
All articles, and querys for limit and offset working.
2017-09-19 17:26:05 -06:00
Josh Black f1cb95d88a Fixed tags route issue
Error in GET /api/tags corrected.  Database structure corrected, Tags model eliminated, and route correctly gathering unique tags from all articles.
2017-09-11 18:29:16 -06:00
Josh Black 58c382ea8a File Structure Improvement
Renamed db.ts to database.ts and moved it to the utilities folder.  Updated all links to that file.
2017-09-11 18:27:23 -06:00
Josh Black 43ad959aae Updated readme 2017-09-11 14:00:03 -06:00
Josh Black 2d3332395d Added Logo
1) Added new logo
2) Updated .gitignore to ignore graphic design files
2017-09-11 13:48:47 -06:00
Josh Black 785d50eca3 Initial Seed 2017-09-11 12:47:48 -06:00
Josh Black 14bfa5a47b package.json cleanup 2017-08-31 22:09:25 -06:00
Josh Black c58dfa5d4f git info 2017-08-31 22:00:03 -06:00
Josh Black 698555d6a4 seed 2017-08-31 21:58:32 -06:00