SombreroElGringo / hondana

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hondana

Build Status CodeFactor codecov

Hondana is a project to popularize street libraries on the web. 📚

Install

You need to download, fork or clone the project.

Server

Create an .env file in the server directory. Fill in the environment variables in the file based on the file .env.template

$ cd server
$ npm i
$ npm start

Seeds

Export your data

$ cd server
$ sh .mongodb/export_collections.sh DB_NAME

Import your data

$ cd server
$ sh .mongodb/import_collections.sh DB_NAME

Swagger

Once the server is running, connect to the following address to access the swagger: http://localhost:PORT/api/v1/docs

About

License:MIT License


Languages

Language:TypeScript 48.7%Language:JavaScript 43.6%Language:CSS 5.7%Language:HTML 1.5%Language:Shell 0.5%