Skip to content

Latest commit

 

History

History
44 lines (40 loc) · 874 Bytes

README.md

File metadata and controls

44 lines (40 loc) · 874 Bytes

Simple Notes App

This is a simple notes app built with React and Django.

Requirements

  1. Python
  2. Node.js
  3. React

Installation

  1. Clone the repository
git clone https://github.com/Hitstar53/notesapp.git
  1. Create a virtual environment and activate it
virtualenv venv
source venv/bin/activate
  1. Install the requirements
pip install -r requirements.txt
  1. Run the server
python manage.py runserver

Frontend - React

  1. Open another terminal and navigate to the mynotes directory
cd mynotes
  1. Install the dependencies
npm install
  1. Run the app
npm start

Deployment

App is deployed on Railway: Notes App
Refer this article on how to: deploy a django app on Railway