GithubHelp home page GithubHelp logo

speakup's Introduction

SpeakUp application for SEBA Master course

Live Demo

SpeakUp

Prerequisites

Mongo DB

Node.js

Quickstart

Clone the repository:

git clone https://github.com/VitaNuova/SpeakUp.git

Server application

start mongod service on your local machine:

  • linux - sudo service mongod start
  • windows - usually C:\Program Files\MongoDB\Server\3.4\bin\mongod.exe

Copy backend/config/config.dev_local.js into same folder and name it config.js.

Adjust the parameters for the database in newly created config.js, if necessary.

cd SpeakUp/backend
npm install
node fill_db.js
npm start

Client application

cd SpeakUp/frontend
npm install
npm run build
npm start

Notes

If you have problems starting the server for the client application, please run:

npm install -g superstatic

There are reported problems that somethimes it won't install from package.json file.

Developers

speakup's People

Contributors

branislav1993 avatar vitanuova avatar naumgj avatar jovanovicmarija avatar

Watchers

James Cloos avatar  avatar  avatar  avatar  avatar

speakup's Issues

Implement login functionality

Acceptance criteria:

  • User should be able to register
  • User should be able to login
  • User should be able to logout
  • Only authenticated user can see pages different than landing page
  • User's password is encrypted

Create register page

Acceptance criteria:

  • Only non-authenticated users can see the option to register
  • After the registration, user is redirected to the home page.
  • User should be able to input all the data needed as stated in the exercise (name, location, languages, level of knowledge etc.)

Create presentation for the Exercise 3

The structure of your presentation should be as follows:

  • Short description of your business idea. (1 slide)
  • Overview over the conceptual data model of your web application (1 slide)
  • Short description of the implemented use case as well as the corresponding mock-up (1 slide)
    Thereafter, you have to do a live demo of your prototype. Again, the demo should be based on the use cases of exercise 1.
    The presentation (inclusive the live demo) must not exceed 10 minutes.

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.