Asuu.me is a Q&A website built for real-life node.js practice.
![]() |
![]() |
---|
- Node.js
- Mongo DB Instance (local or remote)
git clone
this repositorynpm install
- Create .env file on the root dir with following content:
# //Put here your facebook app id
FACEBOOK_APP_ID=00000000000000000
# //facebook app secret
FACEBOOK_APP_SECRET=00000000000000000000000000000
# //your mongodb uri. Using mlab is fine. (mongodb://user:pass@dsid.mlab.com:23718/asuume etc)
MONGO_URI=mongodb_uri
# //server port
PORT=80
# //server url. To use this, edit hosts file accordingly. (In Windows: C:\Windows\System32\drivers\etc\hosts)
APP_URL=http://local.asuu.me/
npm run
to start the server- Now open
local.asuu.me
on your browser
We will really appreciate any kind of contribution ✨. You can see our kanban board here and develop anything on the "To do" column right away 😉.
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
- Zolbayar Bayarsaikhan - Initial work - Zolo
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE file for details
- Hat tip to anyone who's code was used