Merge pull request #1 from ashley-rose/patch-1

Change "config.js" to "config.json"
This commit is contained in:
Jemma 2022-02-12 12:53:18 -06:00 committed by GitHub
commit cc8f890f08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
# What is this?
This is the Pretendo Network Miiverse API Server, which replaces the former Nintendo Network Miiverse API Server *.olv.nintendo.net
# Install and usage
First install [NodeJS](https://nodejs.org) and [MongoDB](https://mongodb.com). Download/clone this repo and run `npm i` to install all dependencies. Edit `src/config.js` to your liking. Run the server via `npm run start`.
First install [NodeJS](https://nodejs.org) and [MongoDB](https://mongodb.com). Download/clone this repo and run `npm i` to install all dependencies. Edit `src/config.json` to your liking. Run the server via `npm run start`.
# To-Do
- [x] Discovery Server
- [x] Posts Server