THIS CAN BE DONE IN THE LANGUAGE OF YOUR CHOICE
Create a backend (either additional microservice, or add it to our monolithic backend), with a database and add CRUD endpoints for projects.
Projects have these attributes: name, description, status (proposal, ongoing, rejected), creator (address)
Only an address with a profile in our backend can create a project.
Implement later:
- api auth: like in our backend, sign with mm to crud projects
- upvotes
THIS CAN BE DONE IN THE LANGUAGE OF YOUR CHOICECreate a backend (
either additional microservice, oradd it to our monolithic backend), with a database and add CRUD endpoints for projects.Projects have these attributes: name, description, status (proposal, ongoing, rejected), creator (address)
Only an address with a profile in our backend can create a project.
Implement later: