Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thenewboston-blockchain/Website-API
REST API for thenewboston.com.
https://github.com/thenewboston-blockchain/Website-API
Last synced: 28 days ago
JSON representation
REST API for thenewboston.com.
- Host: GitHub
- URL: https://github.com/thenewboston-blockchain/Website-API
- Owner: thenewboston-blockchain
- License: mit
- Created: 2020-10-02T01:45:51.000Z (about 4 years ago)
- Default Branch: development
- Last Pushed: 2022-01-17T18:45:37.000Z (almost 3 years ago)
- Last Synced: 2024-10-22T16:44:01.906Z (about 2 months ago)
- Language: Python
- Homepage: https://thenewboston.com/
- Size: 428 KB
- Stars: 62
- Watchers: 12
- Forks: 16
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- open-production-web-projects - thenewboston.com - REST API for thenewboston.com. (Python / Django)
README
## Overview
REST API for thenewboston.com.
## Project Setup
Follow the steps below to set up the project on your environment. If you run into any problems, feel free to leave a
GitHub Issue or reach out to any of our communities above.Install required packages:
```shell
pip3 install -r requirements/local.txt
```Create a `.env` file from a provided example (`dotenv`)
```shell
cp dotenv .env
```## Developers
When adding a package, add to `requirements/base.in` and then:
```shell
./scripts/compile_requirements.sh
```To run tests:
```shell
pytest
```To check styling:
```shell
flake8 --config=.flake8 config tests v1
```## Community
Join the community to stay updated on the most recent developments, project roadmaps, and random discussions about completely unrelated topics.
- [thenewboston.com](https://thenewboston.com/)
- [Discord](https://discord.gg/thenewboston)
- [Facebook](https://www.facebook.com/TheNewBoston-464114846956315/)
- [Instagram](https://www.instagram.com/thenewboston_official/)
- [LinkedIn](https://www.linkedin.com/company/thenewboston-developers/)
- [Reddit](https://www.reddit.com/r/thenewboston/)
- [Twitch](https://www.twitch.tv/thenewboston/videos)
- [Twitter](https://twitter.com/thenewboston_og)
- [YouTube](https://www.youtube.com/user/thenewboston)## Donate
All donations will go to thenewboston to help fund the team to continue to develop the community and create new content.
| Coin | Address |
|-|-|
| ![thenewboston Logo](https://github.com/thenewboston-developers/Website/raw/development/src/assets/images/thenewboston.png) | b6e21072b6ba2eae6f78bc3ade17f6a561fa4582d5494a5120617f2027d38797 |
| ![Bitcoin Logo](https://github.com/thenewboston-developers/Website/raw/development/src/assets/images/bitcoin.png) | 3GZYi3w3BXQfyb868K2phHjrS4i8LooaHh |
| ![Ethereum Logo](https://github.com/thenewboston-developers/Website/raw/development/src/assets/images/ethereum.png) | 0x0E38e2a838F0B20872E5Ff55c82c2EE7509e6d4A |## License
thenewboston is [MIT licensed](http://opensource.org/licenses/MIT).