Skip to content

sanjay-pal-cloud/Django-NoteApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors