All Projects → fuhcm → fptu-app

fuhcm / fptu-app

Licence: MIT license
FUHCM Universal Web App based on Node.js & React

Programming Languages

javascript
184084 projects - #8 most used programming language
SCSS
7915 projects
typescript
32286 projects
HTML
75241 projects
CSS
56736 projects
Dockerfile
14818 projects
shell
77523 projects

Projects that are alternatives of or similar to fptu-app

Quora
Building An Exclusive Community of PEC Graduates and Students.The main features of the website are “PEC Quora” and “PEC Connect”
Stars: ✭ 26 (+52.94%)
Mutual labels:  expressjs, axios
passport-examples
A variety of examples using PassportJS with ExpressJS and ReactJS applications
Stars: ✭ 44 (+158.82%)
Mutual labels:  expressjs, axios
trivin
⚡️Setup your entire project quickly and easily with 1-line command ⚡️
Stars: ✭ 58 (+241.18%)
Mutual labels:  expressjs, axios
react-app-simple-chat-app
A Simple Chat Application using MERN stack (MongoDB, Express JS, React JS, Node JS) and Socket.io for real time chatting
Stars: ✭ 41 (+141.18%)
Mutual labels:  expressjs, axios
Express React Boilerplate
Express, MySQL, React/Redux, NodeJs Application Boilerplate
Stars: ✭ 179 (+952.94%)
Mutual labels:  expressjs, axios
Node React Ecommerce
Build ECommerce Website Like Amazon By React & Node & MongoDB
Stars: ✭ 1,080 (+6252.94%)
Mutual labels:  expressjs, axios
Book-Trading-Club
A sample application using node.js api and vuejs
Stars: ✭ 20 (+17.65%)
Mutual labels:  expressjs, axios
React App Architecture
React.js Isomorphic Web Application Architecture - Learn to build a complete website for a blogging platform like Medium, FreeCodeCamp, MindOrks etc using React.js, Redux, Material-UI, Express.js, Typescript, Webpack, Babel, and Docker. OpenSource project by AfterAcademy
Stars: ✭ 122 (+617.65%)
Mutual labels:  expressjs, axios
shrtn-it
A url shortener developed as a course completion project
Stars: ✭ 16 (-5.88%)
Mutual labels:  expressjs, axios
spiced-final-project
Career explorer platform developed in React.js in 6 days.
Stars: ✭ 14 (-17.65%)
Mutual labels:  expressjs, axios
express-mquery
Expose mongoose query API through HTTP request.
Stars: ✭ 37 (+117.65%)
Mutual labels:  expressjs
blog-front
Blog@NextJs
Stars: ✭ 65 (+282.35%)
Mutual labels:  expressjs
okta-node-express-typescript-vue-example
Example Node.js API using TypeScript, Express, and Vue
Stars: ✭ 63 (+270.59%)
Mutual labels:  expressjs
nanobox-express
Quickstart for Express on Nanobox
Stars: ✭ 13 (-23.53%)
Mutual labels:  expressjs
ZestX-Frontend
Month-Long Fest Website ZestX with some Awsome UI and Intact Backend. Implemented admin page for user and event management
Stars: ✭ 28 (+64.71%)
Mutual labels:  expressjs
code-editor-react
A full stack web application for online programming, built with React and Express.
Stars: ✭ 27 (+58.82%)
Mutual labels:  expressjs
express-mongodb-crud
Web Application CRUD using Nodejs and Mongodb
Stars: ✭ 87 (+411.76%)
Mutual labels:  expressjs
axios-opentracing
Axios interceptor which traces your requests 👀
Stars: ✭ 15 (-11.76%)
Mutual labels:  axios
GoBarber
💈 Aplicação de agendamento para serviços de beleza, entre provedores e clientes.
Stars: ✭ 84 (+394.12%)
Mutual labels:  expressjs
MovieCards
React App that uses TMDb API to display movie data. Try it out! ->
Stars: ✭ 38 (+123.53%)
Mutual labels:  axios

FPTU Tech Insights — "isomorphic" web app  

fptu-app is an isomorphic web app built on top of Node.js, Express and React, containing modern web development tools such as Webpack and Babel.

The webpack configuration now support both Babel and TypeScript, so you can have both .js and .ts files in the source code.

Environment

Assuming you have a working DockerCE.

Development

Run with develop container:

$ docker-compose up

Production

Build production image:

$ docker build -t fptu-app .

Run production container:

$ docker run -d --name fptu-app -p 3001:3000 fptu-app:latest

License

Copyright © 2018-present Huynh Minh Tu. This source code is licensed under the MIT license found in the LICENSE.txt file. The documentation to the project is licensed under the CC BY-SA 4.0 license.

Made with by Huynh Minh Tu (https://mrhmt.com)

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].