Repository for CodeCrate backend.
CodeCrate is a code snippet management application. The backend utilizes Node.js, Express and MongoDB.
- Project Begins
- Started work on backend
- Created data models, snippets API
- Setup MongoDB, backend supports snippet creation, updating, deletion and retrieval of all snippets
- Added pagination of snippets (not sure if this will be used)
- Added basic user auth with JWT
- Added user roles and permissions
- Added basic backend search implemented
- Created some administrative scripts to insert fields in DB and migrate DB data
- Added snippet tagging functionality