Coder Social home page Coder Social logo

csc583-midterm's Introduction

Toro Net

Tasks to be done for midterm(Anyi Wang)

Please refer to the issue with ticket #1

Getting started with VirtualBox

Fork the repo then clone it to your local machine.

git clone https://github.com/<your username>/toro-net.git

Change your directory into the dir on your VirtualBox Ubuntu virtual machine.

cd toro-net

Create .env file. Add a .env file with your PORT, MONGO_URI, GITHUB_ID, GITHUB_SECRET and APP_URL like this:

***** For Frontend Team only *****

*****Please refer to .env(gmofeng's github auth info); here is the link: https://github.com/gmofeng/toro-net/blob/master/New_ENV(gmofeng's%20github%20auth%20info) *****

PORT=3000
MONGO_URI=mongodb://127.0.0.1:27017/toro-net
GITHUB_ID=233245n234566kjh243f
GITHUB_SECRET=k2hj432kjgjkh2g34kj2g4jkh23g4jk2342jhg34
APP_URL=http://127.0.0.1:3000/

Install dependencies (mongo, node, npm packages).

bash dev-env.sh

Install node packages with npm.

npm install

Build and watch for changes.

npm run serve

Open a new terminal window and navigate to toro-net.
Run mongo as a service.

sudo service mongod start

Run the backend using nodemon

./node_modules/nodemon/bin/nodemon.js server.js

Open http://localhost:3000 in any web browser.

csc583-midterm's People

Contributors

awangca avatar

Watchers

 avatar

csc583-midterm's Issues

Tasks for midterm

  1. Create a milestone diagram “images/milestone.png”
  2. Update the README.md file to reference a milestone diagram

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.