catplotlib / Newsletter

A fullstck application that lets the users to join a newsletter by through their email address. Frontend is made in react and Tailwindcss and backend is made using Django Rest Framework.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Newsletter

A fullstack application that lets the users to join a newsletter by through their email address. Frontend is made in react and Tailwindcss and backend is made using Django Rest Framework.

Demo

newsletter.1.mp4

How to run in your machine

Backend

Step 1: Clone the repositoy and navigate to the backend folder

cd server

Create a virtual environment.(Recommended)

python3 -m venv env
cd env
Scripts\activate
cd newsletter

Step 2: Install the dependencies

pip install -r requirements.txt

Step 3: Run the server

python manage.py runserver

Your server Should be running at http://localhost:8000/wel/

Frontend

Step 1: Navigate to the frontend folder

cd client

Step 2: Install required packages and start

npm install
npm start

About

A fullstck application that lets the users to join a newsletter by through their email address. Frontend is made in react and Tailwindcss and backend is made using Django Rest Framework.


Languages

Language:JavaScript 56.3%Language:Python 32.5%Language:HTML 8.9%Language:CSS 2.3%