Skip to content

moisesjsalmeida/angular_crashcourse_todolist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Angular To-Do List

GitHub language count GitHub top language PyPI - Django Version

Screen

This project is based on an Angular Crash Course by Traversy Media's Youtube channel The code for the original project can be found on https://github.com/bradtraversy/angular-crash-todolist

Running this application

Running the Django Rest Framework API

# Clone this repo
$ git clone https://github.com/moisesjsalmeida/angular_crashcourse_todolist.git

# Access the django-api folder
$ cd django-api

# Installing dependencies
# We recommend using python virtualenv
$ python3 -m venv venv
$ source venv/bin/activate
$ pip install -r requirements.txt

# Building the database
$ python manage.py makemigrations
$ python manage.py migrate

# Running the server on localhost:8000
$ python manage.py runserver

Running the Angular aplication

# Access the front-end folder
$ cd angular-crash-todolist

# Install dependencies
$ npm install

# Serve on localhost:4200
$ ng serve

# Build for production
$ ng build

🛠 Tools used for this project

Back-end

Front-end

Author


Moisés Almeida

Contact me!

Linkedin Badge Gmail Badge

About

Simple todo list built on Angular. Perfect for studying the framework and practicing CRUD operations.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published