Skip to content

OpenNamesMC/OpenNames-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenNames API

This is the API of the OpenNames project. It will be reachable at https://api.opennam.es.

Project requirements

To host the API yourself, you need to have MongoDB and node installed.
Create a new DB and start MongoDB. Put the URL in the .env.example file. (Example: mongodb://127.0.0.1:27017/OpenNames)
Rename .env.example to .env

Run the API locally

Install the required dependencies:

yarn install

Start the API

node .

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published