Skip to content

pandeymangg/flask-note-taker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flask-note-taker

A full-stack notes taking web app built with flask and react.

Technologies used:

  1. Flask
  2. React
  3. MongoDB
  4. Material UI

Installing:

Clone from GitHub: https://github.com/anshuman9999/flask-note-taker

Backend

git clone https://github.com/anshuman9999/flask-note-taker

Create a virtual environment using pip for Linux and macOS:

python3 -m pip install --user virtualenv
# Create a virtual environment
python3 -m venv env
# Activate the virtual environment
source env/bin/activate

Create a virtual environment using pip for Windows:

py -m pip install --user virtualenv
# Create a virtual environment
py -m venv env
# Activate the virtual environment
.\env\Scripts\activate

Installing dependencies:

pip install -r requirements.txt

Running the package:

python -m flask run

Frontend

cd into the client directory and run

npm install

run using:

npm start

About

A notes taking web app built with flask and react

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages