Start date: August 5 00:00:00 UTC
Deadline: [projected late November]
Project: An API for managing a online forum
- Must have disk-persistent storage
- Must support GET, POST, and DELETE HTTP requests
- Must have posts with title, author, and body
- Must have comments with author and body
- Your project should have a descriptive README
- It should be fairly simple to install. We suggest publishing to a public package registry like NPM or PyPI, or compiling a binary and providing an easy download along with the SHA fingerprint. If you provide a binary or minified code, you must include source code as well as instructions to build/compile.
⚠️ In Development⚠️
- Fork the repo, clone, and run
npm i
if possible. - Create a file in the
projects/
directory named<username>.json
. Use your GitHub username. - Follow the JSON schema in
project.schema.json
to fill out your file. Seeproject.example.json
for an example. - Validate your JSON if possible:
npm run validate -- projects/<username>.json
. - Open a PR.
- Follow instructions in the Open Source Force Discord server to confirm your registration.
- Wait for merge.