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

https://github.com/draym/lostinbjtu

[BJTU][API] backend & android app (university map) designed for a school project using google map api
https://github.com/draym/lostinbjtu

Last synced: 7 days ago
JSON representation

[BJTU][API] backend & android app (university map) designed for a school project using google map api

Awesome Lists containing this project

README

          

## LostInBJTU
[BJTU][MULTI] project training 2

# How to install :

**[MongoDB]:**
* install mongoDB on official website [mongoDB](https://www.mongodb.com/download-center)
* with CMD enter "C:\Program Files\MongoDB\bin\mongod.exe" --dbpath "C:\projects\LostInBJTU\api-back\data" (with your own location)

**[project]:**
* 'cd api-back'. Try 'npm install'. else 'npm install & npm install mongoose & npm install -g nodemon & npm install base64url'
* 'cd web-front'. Try 'npm install', then 'bower install'

# How to run :

**[api-back]** nodemon ./bin/wwww

**[web-front]** grunt serve