-
Hello,
I have found a couple of closed threads for this issue but none of the fixes seem to work for me. I am running ubuntu 22.04.
When executing:
```
python3 docker/run_docker.py --fasta…
-
**Description**
This change should add a constructor to the Snowflake type intended for use by servers, or more accurately, producers of new Snowflake values.
**API Proposal**
```cs
public Snowf…
-
**Describe the bug**
If you use a mongodb+srv:// database URL with a ssh tunnel. It will not use the ssh tunnel / the connection won't work due to an error saying that the connection can not have a p…
-
Nano does not have any functionality to add permissions (users/roles) to a database. Always needed after DB creation.
expected - an API like:
```
nano.db.security([callback]) -- getting the secur…
-
We need a database to hold all the facts for the API endpoint referenced in #1. Firebase makes sense to me, but it's not a requirement. As long as we can access the data from the API, we'll be good.
…
-
## Creating an API with a Centralized Database for Cero Trade
### User Story
As a backend developer, I want to create a secure API that handles the tokenized user information storage and retrieval i…
-
### Describe the feature
i want to add an api which saves the user reviews to the database
### Add ScreenShots
![image](https://github.com/user-attachments/assets/74e5bfa2-d8e7-4e12-ac01-55b14cc482…
-
### What Roadmap is this project for?
Backend Development
### Project Difficulty
Intermediate
### Add Project Details
Implement a Role-Based Access Control system for an [existing blogging platfo…
-
## Description
Develop an API endpoint to handle the creation of new blog posts.
## Acceptance Criteria
- The API endpoint is secure; only the admin can create a blog post.
- Expected Outcome
…
-
We should have an easily bootstrappable set of seed data that can be used for development and manual testing, and later automated testing. This would provide a good starting point for both backend and…