All Projects → ttruongatl → typescript-express-passportjs

ttruongatl / typescript-express-passportjs

Licence: MIT License
ExpressJs project uses TypeScript, PassportJS, Moongose, Continuous Integration (CircleCI.io) and Code Coverage (CodeCov.io)

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to typescript-express-passportjs

Attendance-Portal
We have developed a cutting-edge attendance recorder. Using face recognition, you can easily record attendance and have access to in-depth analysis and a wide range of functionalities. Because of the covid-19 pandemic, stringent guidelines have been established, and precautions must be made to minimise unnecessary physical encounters. As a resul…
Stars: ✭ 20 (+42.86%)
Mutual labels:  expressjs, passportjs
Mern Stack Authentication
Secure MERN Stack CRUD Web Application using Passport.js Authentication
Stars: ✭ 60 (+328.57%)
Mutual labels:  expressjs, passportjs
node-express-mongo-passport-jwt-typescript
A Node.js back end web application with REST API, user JWT authentication and MongoDB data storage using TypeScript
Stars: ✭ 51 (+264.29%)
Mutual labels:  expressjs, passportjs
express-mvc
A light-weight mvc pattern for express framework with minimum dependencies
Stars: ✭ 23 (+64.29%)
Mutual labels:  expressjs, passportjs
TeamCityApp
TeamCity in your pocket (Android application)
Stars: ✭ 48 (+242.86%)
Mutual labels:  circleci, codecov
passport-examples
A variety of examples using PassportJS with ExpressJS and ReactJS applications
Stars: ✭ 44 (+214.29%)
Mutual labels:  expressjs, passportjs
Reforum
A minimal forum board application. Built on top of React-Redux frontend, ExpressJS-NodeJS backend (with PassportJS for OAuth) and MongoDB databse.
Stars: ✭ 714 (+5000%)
Mutual labels:  expressjs, passportjs
Node Express Mongoose Passport Jwt Rest Api Auth
Node, express, mongoose, passport and JWT REST API authentication example
Stars: ✭ 146 (+942.86%)
Mutual labels:  expressjs, passportjs
MovieGo
A Website implemented using MERN (MongoDB, ExpressJS, ReactJS and NodeJS) stack, which allows users to sign-in/register and book movie tickets online.
Stars: ✭ 26 (+85.71%)
Mutual labels:  expressjs, passportjs
Perk
A well documented set of tools for building node web applications.
Stars: ✭ 177 (+1164.29%)
Mutual labels:  expressjs, passportjs
todo-list
A practical web application built with Node.js, Express, and MySQL for you to readily record, view, and manage your tasks with an account: Create, view, edit, delete, filter, and sort expenses are as easy as pie 🥧
Stars: ✭ 18 (+28.57%)
Mutual labels:  expressjs, passportjs
passport-magic
Magic is a Passport.js strategy that enables passwordless authentication middleware for any Express.js based application.
Stars: ✭ 35 (+150%)
Mutual labels:  expressjs, passportjs
mini-express-boilerplate
A minimal Express boilerplate with passport user authentication, mongoose and some security setup configured
Stars: ✭ 15 (+7.14%)
Mutual labels:  expressjs, passportjs
React-Native-Chat-App
A simple chatting app built with React Native, Socket.io, ExpressJS and MongoDB. The server app provides APIs for authentication, message sending and receiving. In the client app React-Native-Gifted-Chat is used for the chat interface.
Stars: ✭ 22 (+57.14%)
Mutual labels:  expressjs
chattt-backend
🖥 Backend for chattt
Stars: ✭ 17 (+21.43%)
Mutual labels:  expressjs
express-typescript-mongoose-starter
A starter for Node JS, Express, Typescript, Mongoose application
Stars: ✭ 22 (+57.14%)
Mutual labels:  expressjs
circleci
CircleCI REST API Ruby Gem
Stars: ✭ 93 (+564.29%)
Mutual labels:  circleci
example-images
CircleCI convenience image examples, generated by https://github.com/circleci/circleci-images, for sending READMEs and example Dockerfiles to Docker Hub via automated builds
Stars: ✭ 31 (+121.43%)
Mutual labels:  circleci
Tweet-Locator
Tweet locator using ExpressJS, React and Twitter API
Stars: ✭ 109 (+678.57%)
Mutual labels:  expressjs
ci2go
CI2Go is a @circleci client for iPhone, iPad, Apple Watch and Mac.
Stars: ✭ 87 (+521.43%)
Mutual labels:  circleci

typescript-express-passportjs

ExpressJS template project uses TypeScript, Moongose, Continuous Integration CircleCI.io and Code Coverage CodeCov.io

codecov CircleCI

Node.js version >= 4.0

[email protected]

Run npm install:

npm install -g typescript nodemon mocha nyc codecov
npm install

Test:

npm test

Start Server:

cd src
node App.js

How to change mongodb database URL

mongoose.connect('<YOUR-DATABASE-URL>');

Generate Secret Key in Config folder.

$ ssh-keygen
$ openssl rsa -in private_key_filename -pubout -outform PEM -out public_key_output_filename
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].