An open API service indexing awesome lists of open source software.

https://github.com/edgartec97/nodejs-chucknorris-jokes


https://github.com/edgartec97/nodejs-chucknorris-jokes

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

## Development server
You must have docker and docker-compose installed on your computer

from the root of the project execute the following commands in order

docker-compose up -d --build

docker exec -it mongodb bash

mongo -u root -p root

db.getSiblingDB ('challenge'). createUser ({user: 'root', pwd: 'root', roles: [{role: 'readWrite', db: 'challenge'}]});

wait 5-10 seconds

that's for user creation, after that you can already quit the bash and use the API