Giter VIP home page Giter VIP logo

tasker's Introduction

Tasker Application

Add tasks to authenticated user

Setup

Create dotenv file

Create dotenv file to contain application secrets

In the root of the project, create ".env" file and include lines:

PORT=3000
DB_CONNECTION=mongodb://127.0.0.1:27017/tasker-db
JWT_SECRET=thisisasecretformyapp

Setup MongoDB

Download MongoDB tgz: https://www.mongodb.com/try/download/community Unzip folder and rename to mongodb Move binary to path you want (e.g. /path/to/mongo) Add mongodb-data folder to the same path

Now you should have following structure:

/path/to/mongo folder should have the unzipped folder called mongodb and empty folder mongodb-data

Go to terminal and run: /path/to/mongo/mongodb/bin/mongod --dbpath=/path/to/mongo/mongodb-data

Setup Application

npm install

npm start

should show: Listening on port 3000

TODO

Read code and figure out what the application does

Task #1.

Create user via API

Copy & Paste successful response to a txt file

Task #2.

Login with your user

Copy & Paste successful response to a txt file

Task #3.

Successfully Call /users/me API endpoint

Figure out how authentication works using JWT tokens

Copy & Paste successful response to a txt file

tasker's People

Contributors

sandstro avatar

Watchers

 avatar

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.