Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/swapnanildutta/fremp-stacking

A FReMP stack, functional and somewhat presentable web application.
https://github.com/swapnanildutta/fremp-stacking

backend flask frontend mongodb python3 reactjs

Last synced: 10 days ago
JSON representation

A FReMP stack, functional and somewhat presentable web application.

Awesome Lists containing this project

README

        

FReMP-stacking







**This is my first attempt at making a FReMP stack, functional and somewhat presentable web application.**

`The FReMP stack is a highly scalable full stack framework, which can be used to build awesome web apps. The acronym stands for Flask, ReactJS, Mongodb and Python. Unlike other famous stacks such as MEAN and MERN, the FReMP stack uses Python to handle back-end operations. Examples of such operations can be machine learning and artificial intelligence operations, web scraping tools or digital image processing.`


Python <- Flask |-> MongoDB |-> ReactJS

## Prerequisites

1. Install Python3/Flask
1. Install ReactJS
1. Install MongoDB
1. Little bit of patience.

## Installation
- For Backend, bear with the backend README.
- For Frontend, refer to the README in frontend which was autogenerated by npm.
- For Database, i.e Mongo,
```bash
$ sudo service mongodb start
$ sudo service mongodb status
$ mongo
$ use names_db
$ db.names_col.find()
```

## Final Working



## Reference
- [How-to-install-fremp-stack-on-ubuntu-20-04](https://medium.com/@akhilmaulloo/how-to-install-fremp-stack-on-ubuntu-20-04-e4be2a3a88b9)
- [The-fremp-stack-building-a-full-stack-web-application](https://medium.com/@akhilmaulloo/the-fremp-stack-building-a-full-stack-web-application-91308e505250)
- [The-fremp-stack-deploying-to-heroku](https://medium.com/@akhilmaulloo/the-fremp-stack-deploying-to-heroku-163254c3ca4d)