Skip to content

Commit

Permalink
docs: update pending tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
patchamama committed Sep 13, 2023
1 parent eda4cf9 commit a7ee25c
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,9 @@ models
prototype.js*
users.js
requests
login.rest
prototype.rest*
user.rest
tests
login.test.js
prototype.test.js*
Expand Down Expand Up @@ -197,10 +200,10 @@ No errors have been found or reported.
# Pending

- Add use of ~~mongoDB~~ and sqlite databases locally for development mode.
- Generate script (bash, sh) that automates the renaming of files and content to replace `prototype` with a new desired name in the model and controller, as well as the API URL (router).
- Generate a admin panel with a frontend (as react) that emulates the same functionalities as the [Django REST Framework](https://www.django-rest-framework.org/) and facilitates the management of models and API behaviour from a web interface.
- Generate script (bash and batch) that automates the renaming of files and content to replace `prototype` with a new desired name in the model and controller, as well as the API URL (router).
- Generate a admin panel with a frontend (react, vanillaJS, jquery) that emulates the same functionalities as the _[Django REST Framework](https://www.django-rest-framework.org/) API Control Panel_ and facilitates the management of models and API behaviour from a web interface.
- Generate a web interface in the frontend that facilitates the creation of models and controllers.
- Use morgan to extends the Express Rest API’s logging capabilities.
- ~~Use morgan to extends the Express Rest API’s logging capabilities.~~

# Technologies Used

Expand Down

0 comments on commit a7ee25c

Please sign in to comment.