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
- Host: GitHub
- URL: https://github.com/draym/lostinbjtu
- Owner: Draym
- Created: 2017-05-02T10:23:33.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2019-05-03T09:57:34.000Z (about 7 years ago)
- Last Synced: 2025-11-20T19:24:44.917Z (7 months ago)
- Language: JavaScript
- Homepage:
- Size: 246 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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