Skip to content

Walmart Global Tech Software Engineering Homework Assignment

Notifications You must be signed in to change notification settings

Williano/Walmart-Assignment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Walmart-Assignment

Walmart Global Tech Software Engineering Homework Assignment

Table of contents

General info

A homework assignment for Walmart Global Tech Software Engineer.

Features

  • User List
  • User Detail
  • User Posts
  • User Albums
  • Post Comments
  • Add Comments
  • Update Post
  • Delete Post

Technologies

  • Python 3.8
  • Javascript
  • Django 4.0.3
  • HTML
  • CSS
  • Bootstrap 5
  • Boostrap 5 icons

Setup

To run this app, you will need to follow these 3 steps:

1. Requirements

  • a Laptop

  • Text Editor or IDE (eg. vscode, PyCharm)

  • Git installed on your Laptop.

2. Install Python and Pipenv

3. Local Setup and Running on Windows, Linux and Mac OS

# Clone this repository into the directory of your choice
$ git clone https://github.com/Williano/Walmart-Assignment.git

# Move into project folder
$ cd Walmart-Assignment

# Install from Pipfile
$ pipenv install

# Activate the Pipenv shell
$ pipenv shell

# Start server
(Walmart-Assignment-XXXX) $ python manage.py runserver

# Test 
(Walmart-Assignment-XXXX) $ python manage.py test

# Copy the IP address provided once your server has completed building the site. (It will say something like >> Serving at 127.0.0.1....).

# Open the address in the browser
>>> http://127.0.0.1:XXXX

Status

Project is: done

Contact

Created by Williano - feel free to contact me!

About

Walmart Global Tech Software Engineering Homework Assignment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published