- API that provides the responses to requests from the OOTOPIA application.
- Before starting, you will need to have the following tools installed on your machine Git and Node.js.
- Have an editor to work with code like VSCode.
- Set the environment variables - find here
$ git clone <https://github.com/OOTOPIA/ootopia-api.git>
$ cd ootopia-api
$ npm ci
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod
The server will start on port:4002 - access http://localhost:4002
Ootopia-api is GPL-3 licensed.