๐ A fresh look on original CzerwoniakPlus's API, using TypeScript and ExpressJS
Open CzerwoniakPlus in browser
ยท
Report a bug
ยท
Request a feature
Table of Contents
This repository contains the newest version on CzerwoniakPlus's API. It is a completly fresh look on what we have done with the old (private and archived) one. We are more than happy to accept any feedback from you!
To get a local copy up and running follow these simple steps.
Make sure to use Node.js version of at least v16.15.0 and install newest versions of:
- npm
npm install npm@latest -g
- yarn
npm install yarn@latest -g
- Clone the repo
git clone https://github.com/CzerwoniakPlus/CzerwoniakPlus.git
- Install required packages
yarn install
- Copy
.env.example
file and rename it as.env
. Replace values with necessary datafirebase_db_url = FIREBASE_DB_URL_HERE auth_secret = SECRET_PHRASE_TO_AUTHORIZE_POST_REQUESTS
- Create a
config
directory in the root of project.- Make two subdirectories named:
firebase
andkeys
- Make two subdirectories named:
- Generate and put your key and certificate PEMs in
keys
directory - Generate and put your
serviceAccount.json
infirebase
directory
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the BSD-3-Clause license. See LICENSE
for more information.
Mateusz Tatko - @mtatko - mtatko@mtatko.dev
Project Link: https://github.com/CzerwoniakPlus/api